]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
respective book and chapter structure added.
[bookstack] / resources / sass / _layout.scss
index d157ffdc36d372bbb374ba9a5543f80da0584d6b..6c78419d86c96d3867fbcaa691aafeb0d0f6d90e 100644 (file)
@@ -266,10 +266,18 @@ body.flexbox {
   display: none !important;
 }
 
-.fill-height {
+.overflow-hidden {
+  overflow: hidden;
+}
+
+.height-fill {
   height: 100%;
 }
 
+.height-auto {
+  height: auto !important;
+}
+
 .float {
   float: left;
   &.right {