15 lines
217 B
SCSS
15 lines
217 B
SCSS
body, html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
overflow-y: scroll;
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
html {
|
|
overflow-x: hidden;
|
|
}
|
|
}
|