mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
RBAC: Prevent role picker from disappearing when many roles are selected (#91065)
make the container of selected roles scrollable
This commit is contained in:
parent
746e2eeee6
commit
e2ee7f06eb
@ -153,6 +153,10 @@ const getRolePickerInputStyles = (
|
|||||||
minWidth: width || ROLE_PICKER_WIDTH + 'px',
|
minWidth: width || ROLE_PICKER_WIDTH + 'px',
|
||||||
width: width,
|
width: width,
|
||||||
minHeight: '32px',
|
minHeight: '32px',
|
||||||
|
maxHeight: '200px',
|
||||||
|
overflow: 'scroll',
|
||||||
|
overflowX: 'hidden',
|
||||||
|
overflowY: 'auto',
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
paddingRight: theme.spacing(1),
|
paddingRight: theme.spacing(1),
|
||||||
|
Loading…
Reference in New Issue
Block a user