]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Improve sorting Shelf Books
[bookstack] / resources / sass / _layout.scss
index e5ed608eb94bcbb975dda6c7cd03e55fac2efbfa..4873ff2da651ee1575a048a4973f95069fa0a343 100644 (file)
@@ -178,6 +178,10 @@ body.flexbox {
   display: none !important;
 }
 
+.fill-height {
+  height: 100%;
+}
+
 .float {
   float: left;
   &.right {
@@ -275,6 +279,7 @@ body.flexbox {
     min-height: 50vh;
     overflow-y: scroll;
     overflow-x: hidden;
+    height: 100%;
     scrollbar-width: none;
     -ms-overflow-style: none;
     &::-webkit-scrollbar {
@@ -353,4 +358,4 @@ body.flexbox {
     margin-inline-start: 0;
     margin-inline-end: 0;
   }
-}
\ No newline at end of file
+}