X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e9c213f80316f02f6ae89e3d536ad77497125f9d..refs/pull/363/head:/resources/assets/sass/_html.scss diff --git a/resources/assets/sass/_html.scss b/resources/assets/sass/_html.scss index 07ffb10a6..c061f9d64 100644 --- a/resources/assets/sass/_html.scss +++ b/resources/assets/sass/_html.scss @@ -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