Procházet zdrojové kódy

fix sidebar custom area placing on mobile devices

REJack před 3 roky
rodič
revize
9d099b11ee
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      build/scss/_main-sidebar.scss

+ 2 - 0
build/scss/_main-sidebar.scss

@@ -1132,6 +1132,8 @@
       height: $sidebar-custom-height;
       padding: $sidebar-custom-padding-x $sidebar-custom-padding-y;
     }
+
+    height: fill-available;
   }
 
   .main-sidebar-custom-lg {