diff --git a/src/sass/theme/_layout.scss b/src/sass/theme/_layout.scss index 10f7ef3..685106e 100644 --- a/src/sass/theme/_layout.scss +++ b/src/sass/theme/_layout.scss @@ -18,6 +18,18 @@ body { @include main-background(); } +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + html{ + overflow: hidden; + height: 100%; + } + body{ + overflow: auto; + height: 100%; + } +} + a { transition: color 0.5s ease; outline: 0 !important;