]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Docker: Fix PHP tests
[bookstack] / resources / sass / _layout.scss
index a6a74afed42b6ab92e04ae201d5b85392e219c91..c12cae256e6d424dcd3e590c115ecfceca3c20ad 100644 (file)
   }
 }
 
+#content {
+  flex: 1 0 auto;
+}
+
 /**
  * Flexbox layout system
  */
@@ -279,6 +283,7 @@ body.flexbox {
     min-height: 50vh;
     overflow-y: scroll;
     overflow-x: hidden;
+    height: 100%;
     scrollbar-width: none;
     -ms-overflow-style: none;
     &::-webkit-scrollbar {
@@ -357,4 +362,4 @@ body.flexbox {
     margin-inline-start: 0;
     margin-inline-end: 0;
   }
-}
\ No newline at end of file
+}