aboutsummaryrefslogtreecommitdiff
path: root/theme/sass/_base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme/sass/_base.scss')
-rw-r--r--theme/sass/_base.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/sass/_base.scss b/theme/sass/_base.scss
index 141aafe..b301396 100644
--- a/theme/sass/_base.scss
+++ b/theme/sass/_base.scss
@@ -53,9 +53,9 @@ body {
53 53
54 height: 100%; 54 height: 100%;
55 min-height: 740px; 55 min-height: 740px;
56 width: 100%;
56 57
57 overflow-x: hidden; 58 overflow: hidden;
58 overflow-y: auto;
59 59
60 color: #fff; 60 color: #fff;
61 @include font-smoothing(antialiased); 61 @include font-smoothing(antialiased);