smooth scrolling on iOS devices

This commit is contained in:
Rain Shen
2018-02-25 10:54:40 -05:00
parent aa06709892
commit d97bcda8f4
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -159,6 +159,9 @@ $_include-collapse: false;
@import 'contextual';
div,main,nav{
-webkit-overflow-scrolling: touch;
}
.#{$toast-name} {
bottom: calc(var(#{$universal-margin-var}) / 2);
opacity: 1;