mirror of https://github.com/grafana/grafana.git
PageLoader: Fix scrollbar appearing on page loader (#89627)
fix scrollbar appearing on page loader
This commit is contained in:
parent
e9ee65924b
commit
1e51557edc
|
|
@ -77,6 +77,7 @@ body {
|
|||
background-color: $body-bg;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue