mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Small fix to fullscreen mode where scrolling would scroll the background dashboard & page header
This commit is contained in:
parent
978a345ad8
commit
eaa899e9cf
@ -117,8 +117,9 @@
|
||||
}
|
||||
|
||||
.dashboard-fullscreen {
|
||||
.row-control-inner {
|
||||
display: none;
|
||||
.main-view-container {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user