RBAC: Prevent role picker from disappearing when many roles are selected (#91065)
make the container of selected roles scrollable
This commit is contained in:
@@ -153,6 +153,10 @@ const getRolePickerInputStyles = (
|
||||
minWidth: width || ROLE_PICKER_WIDTH + 'px',
|
||||
width: width,
|
||||
minHeight: '32px',
|
||||
maxHeight: '200px',
|
||||
overflow: 'scroll',
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'auto',
|
||||
height: 'auto',
|
||||
flexDirection: 'row',
|
||||
paddingRight: theme.spacing(1),
|
||||
|
||||
Reference in New Issue
Block a user