mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
pinned sidebar min-height fix
This commit is contained in:
parent
8193d50da7
commit
b5d4a678d4
@ -29,7 +29,7 @@ $sideMenuWidth: 220px;
|
||||
|
||||
.sidemenu-pinned {
|
||||
.sidemenu-wrapper {
|
||||
min-height: 100%;
|
||||
min-height: calc(100% - 54px);
|
||||
}
|
||||
.dashboard-container {
|
||||
padding-left: $sideMenuWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user