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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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