mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
Navigation: Make page container automatically scroll when overflowing (#77489)
add overflow: auto to page container
This commit is contained in:
parent
c39e9a8f52
commit
78df641b38
@ -163,6 +163,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
flexGrow: 1,
|
||||
minHeight: 0,
|
||||
minWidth: 0,
|
||||
overflow: 'auto',
|
||||
}),
|
||||
skipLink: css({
|
||||
position: 'absolute',
|
||||
|
Loading…
Reference in New Issue
Block a user