Skip to content

Commit ea97143

Browse files
committed
chnaged the new scollable bar from inline styling to tailwind styling
1 parent d5d78df commit ea97143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/rbac/RBACManagementMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const RBACManagementMenu = ({ anchorEl, MenuOpen, handleClose, createNoti
6464
onClose={handleClose}
6565
size='small'
6666
>
67-
<MenuItems style={{ maxHeight: '200px', overflowY: 'auto' }}>
67+
<MenuItems className='n-overflow-y-scroll n-h-48'>
6868
{roles.map((role) => (
6969
<MenuItem key={role} onClick={() => handleRoleClicked(role)} icon={<UserIconOutline />} title={role} />
7070
))}

0 commit comments

Comments
 (0)