Show group scrollbars only when needed

This commit is contained in:
Ian Philips 2022-07-13 07:57:51 -06:00
parent 96a378f25f
commit 9e90f849a8

View File

@ -296,7 +296,7 @@ function GroupsList(props: {
/>
<div
className="flex-1 space-y-0.5 overflow-y-scroll"
className="flex-1 space-y-0.5 overflow-auto"
style={{ height: remainingHeight }}
ref={setContainerRef}
>