mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: Fix menu scrolling in expanded menu (#47261)
This commit is contained in:
parent
b5bacce819
commit
56176e320b
@ -56,6 +56,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
whiteSpace: 'nowrap',
|
||||
paddingTop: theme.spacing(1),
|
||||
marginRight: theme.spacing(1.5),
|
||||
overflow: 'hidden',
|
||||
right: 0,
|
||||
zIndex: theme.zIndex.sidemenu,
|
||||
top: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user