mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added a calc to make the page height 100%. Well supported, verified on caniuse
This commit is contained in:
parent
9accb962aa
commit
45e232ef62
@ -28,7 +28,7 @@
|
||||
padding: ($spacer * 2) ($spacer * 4);
|
||||
max-width: 1060px;
|
||||
margin-left: 0;
|
||||
//min-height: 100%;
|
||||
min-height: calc(100% - 54px);
|
||||
padding-bottom: $spacer * 5;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user