fix(ieScroll):fix ie scroll lags

pull/3/head
alex 2016-03-01 19:03:41 +03:00
parent a3c304d5df
commit 7ec37fa2e7
1 changed files with 12 additions and 0 deletions

View File

@ -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;