Merge pull request #617 from rainshen49/master

[ENHANCEMENT] smooth scrolling on iOS devices
This commit is contained in:
Angelos Chalaris
2018-02-26 14:49:24 +02:00
committed by GitHub
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;