caiaa 1 éve
szülő
commit
265958f4dc
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/styles/sidebar.scss

+ 1 - 1
src/styles/sidebar.scss

@@ -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;