]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
Add APP_LOGGING
[bookstack] / resources / assets / sass / _html.scss
index 0eb945e1cdab52e2f0b5d19231514785e427efec..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;
@@ -13,11 +19,6 @@ body {
   -webkit-font-smoothing: antialiased;
 }
 
-table {
-  min-width: 100px;
-  td {
-       min-width: 10px;
-       padding: 4px 6px;
-       border: 1px solid #DDD;
-  }
+button {
+  font-size: 100%;
 }
\ No newline at end of file