]> BookStack Code Mirror - bookstack/blob - resources/assets/sass/_html.scss
fix markdown editor resizing with long strings
[bookstack] / resources / assets / sass / _html.scss
1 * {
2   box-sizing: border-box;
3 }
4
5 html {
6   background-color: #FFFFFF;
7   height: 100%;
8   overflow-y: scroll;
9   &.flexbox {
10     overflow-y: hidden;
11   }
12   &.shaded {
13     background-color: #F2F2F2;
14   }
15 }
16
17 body {
18   font-size: $fs-m;
19   line-height: 1.6;
20   color: #616161;
21   -webkit-font-smoothing: antialiased;
22   &.shaded {
23     background-color: #F2F2F2;
24   }
25 }
26
27 button {
28   font-size: 100%;
29 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.