Show group scrollbars only when needed
This commit is contained in:
parent
96a378f25f
commit
9e90f849a8
|
@ -296,7 +296,7 @@ function GroupsList(props: {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className="flex-1 space-y-0.5 overflow-y-scroll"
|
className="flex-1 space-y-0.5 overflow-auto"
|
||||||
style={{ height: remainingHeight }}
|
style={{ height: remainingHeight }}
|
||||||
ref={setContainerRef}
|
ref={setContainerRef}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user