mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
pinned sidebar min-height fix
This commit is contained in:
@@ -29,7 +29,7 @@ $sideMenuWidth: 220px;
|
||||
|
||||
.sidemenu-pinned {
|
||||
.sidemenu-wrapper {
|
||||
min-height: 100%;
|
||||
min-height: calc(100% - 54px);
|
||||
}
|
||||
.dashboard-container {
|
||||
padding-left: $sideMenuWidth;
|
||||
|
||||
Reference in New Issue
Block a user