diff options
-rw-r--r-- | theme/css/default.css | 4 | ||||
-rw-r--r-- | theme/sass/_base.scss | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/theme/css/default.css b/theme/css/default.css index 93e59f0..7507b19 100644 --- a/theme/css/default.css +++ b/theme/css/default.css | |||
@@ -79,8 +79,8 @@ body { | |||
79 | opacity: 1 !important; | 79 | opacity: 1 !important; |
80 | height: 100%; | 80 | height: 100%; |
81 | min-height: 740px; | 81 | min-height: 740px; |
82 | overflow-x: hidden; | 82 | width: 100%; |
83 | overflow-y: auto; | 83 | overflow: hidden; |
84 | color: #fff; | 84 | color: #fff; |
85 | -webkit-font-smoothing: antialiased; | 85 | -webkit-font-smoothing: antialiased; |
86 | -moz-font-smoothing: antialiased; | 86 | -moz-font-smoothing: antialiased; |
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); |