Skip to content

Commit

Permalink
fix(ieScroll):fix ie scroll lags
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Mar 1, 2016
1 parent a3c304d commit 7ec37fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/sass/theme/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7ec37fa

Please sign in to comment.