scrollbar of html is removed
This commit is contained in:
parent
22605ae51e
commit
e50531f22b
|
@ -2,7 +2,7 @@
|
|||
|
||||
html {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow: hidden;
|
||||
}
|
||||
body {
|
||||
position: relative;
|
||||
|
@ -49,7 +49,6 @@ ol {
|
|||
@include ucap-core-theme($theme);
|
||||
}
|
||||
|
||||
|
||||
@mixin ucap-core-theme($theme) {
|
||||
$accent: map-get($theme, accent);
|
||||
$warn: map-get($theme, warn);
|
||||
|
|
Loading…
Reference in New Issue
Block a user