]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
replace GPL diff lib with MIT lib
[bookstack] / resources / assets / sass / _html.scss
index 07ffb10a6c2f1410bd42501243ee027cc4325ab5..ea97a4dd2a681f7b253fc90078bbeaec9d260ece 100644 (file)
@@ -4,6 +4,10 @@
 html {
   background-color: #FFFFFF;
   height: 100%;
+  overflow-y: scroll;
+  &.flexbox {
+    overflow-y: hidden;
+  }
 }
 body {
   font-family: $text;