Navigation: fix gap at top of menu (#47123)

This commit is contained in:
Ashley Harrison
2022-03-31 13:03:13 +01:00
committed by GitHub
parent 7d9f22fa59
commit 0cde5908ca

View File

@@ -66,7 +66,7 @@ const getStyles = (theme: GrafanaTheme2) => {
flexDirection: 'column',
left: 0,
whiteSpace: 'nowrap',
marginTop: theme.spacing(1),
paddingTop: theme.spacing(1),
marginRight: theme.spacing(1.5),
right: 0,
zIndex: 9999,