Kaynağa Gözat

SiderBar V1.1

caiaa 1 yıl önce
ebeveyn
işleme
265958f4dc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;