Navigation: Make page container automatically scroll when overflowing (#77489)

add overflow: auto to page container
This commit is contained in:
Ashley Harrison
2023-11-01 10:41:30 +00:00
committed by GitHub
parent c39e9a8f52
commit 78df641b38

View File

@@ -163,6 +163,7 @@ const getStyles = (theme: GrafanaTheme2) => {
flexGrow: 1, flexGrow: 1,
minHeight: 0, minHeight: 0,
minWidth: 0, minWidth: 0,
overflow: 'auto',
}), }),
skipLink: css({ skipLink: css({
position: 'absolute', position: 'absolute',