mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: Make page container automatically scroll when overflowing (#77489)
add overflow: auto to page container
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user