We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18641e commit 40846c6Copy full SHA for 40846c6
site/src/pages/UsersPage/UsersTable/UserRoleCell.tsx
@@ -115,6 +115,8 @@ function OverflowRolePill({ roles }: OverflowRolePillProps) {
115
anchorEl={anchorEl}
116
open={anchorEl !== null}
117
anchorOrigin={{ vertical: "bottom", horizontal: "left" }}
118
+ disableScrollLock
119
+ disablePortal
120
css={{ pointerEvents: "none" }}
121
>
122
<div
0 commit comments