Skip to content

Commit 40846c6

Browse files
committed
fix: prevent scroll lock for role tooltips
1 parent d18641e commit 40846c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ function OverflowRolePill({ roles }: OverflowRolePillProps) {
115115
anchorEl={anchorEl}
116116
open={anchorEl !== null}
117117
anchorOrigin={{ vertical: "bottom", horizontal: "left" }}
118+
disableScrollLock
119+
disablePortal
118120
css={{ pointerEvents: "none" }}
119121
>
120122
<div

0 commit comments

Comments
 (0)