@@ -14,7 +14,7 @@
transition: width 0.28s;
width: $sideBarWidth !important;
background-color: $menuBg;
- height: calc(100% - 120px);
+ height: calc(100% - #{$headerHeight});
position: fixed;
font-size: 0px;
top: $headerHeight;