Merge pull request #617 from rainshen49/master
[ENHANCEMENT] smooth scrolling on iOS devices
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user