فهرست منبع

SiderBar V1.1

caiaa 1 سال پیش
والد
کامیت
265958f4dc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;