Skip to content

Commit c46b42a

Browse files
committed
fix: disable scroll locking for popover
1 parent c646d9f commit c46b42a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/UsersPage/UsersTable/UserGroupsCell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export function UserGroupsCell({ userGroups }: GroupsCellProps) {
7979
</Button>
8080

8181
<Popover
82+
disableScrollLock
8283
id={popoverId}
8384
anchorEl={anchorEl}
8485
open={anchorEl !== null}

0 commit comments

Comments
 (0)