Commit b5d4a678 by Trent White

pinned sidebar min-height fix

parent 8193d50d
......@@ -29,7 +29,7 @@ $sideMenuWidth: 220px;
.sidemenu-pinned {
.sidemenu-wrapper {
min-height: 100%;
min-height: calc(100% - 54px);
}
.dashboard-container {
padding-left: $sideMenuWidth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment