]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
Polish translation
[bookstack] / resources / assets / sass / _html.scss
index 07ffb10a6c2f1410bd42501243ee027cc4325ab5..c061f9d64253b6bf117ad018b37f22da5c5f7e47 100644 (file)
@@ -1,10 +1,16 @@
 * {
   box-sizing: border-box;
 }
+
 html {
   background-color: #FFFFFF;
   height: 100%;
+  overflow-y: scroll;
+  &.flexbox {
+    overflow-y: hidden;
+  }
 }
+
 body {
   font-family: $text;
   font-size: $fs-m;
@@ -15,13 +21,4 @@ body {
 
 button {
   font-size: 100%;
-}
-
-table {
-  min-width: 100px;
-  td {
-       min-width: 10px;
-       padding: 4px 6px;
-       border: 1px solid #DDD;
-  }
 }
\ No newline at end of file