Browse Source

fix sidebar custom area placing on mobile devices

REJack 3 years ago
parent
commit
9d099b11ee
1 changed files with 2 additions and 0 deletions
  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 {