]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_grid.scss
Merge pull request #3 from OsmosysSoftware/revert-1-issue-181
[bookstack] / resources / assets / sass / _grid.scss
index b32dafd384c5377d960fae7dcceb897c8565e8d3..de1ee83fb1caa914cc758ab12623584729286021 100644 (file)
@@ -11,16 +11,17 @@ body.flexbox {
   #content {
     flex: 1;
     display: flex;
-    min-height: 0px;
+    min-height: 0;
   }
 }
 
 .flex-fill {
   display: flex;
   align-items: stretch;
-  min-height: 0px;
+  min-height: 0;
+  position: relative;
   .flex, &.flex {
-    min-height: 0px;
+    min-height: 0;
     flex: 1;
   }
 }