scrollbar of html is removed

This commit is contained in:
병준 박 2019-10-29 13:45:20 +09:00
parent 22605ae51e
commit e50531f22b

View File

@ -2,7 +2,7 @@
html { html {
height: 100%; height: 100%;
overflow-y: scroll; overflow: hidden;
} }
body { body {
position: relative; position: relative;
@ -49,7 +49,6 @@ ol {
@include ucap-core-theme($theme); @include ucap-core-theme($theme);
} }
@mixin ucap-core-theme($theme) { @mixin ucap-core-theme($theme) {
$accent: map-get($theme, accent); $accent: map-get($theme, accent);
$warn: map-get($theme, warn); $warn: map-get($theme, warn);