Navigation: Fix menu scrolling in expanded menu (#47261)

This commit is contained in:
Ashley Harrison 2022-04-04 14:48:48 +01:00 committed by GitHub
parent b5bacce819
commit 56176e320b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,