Skip to content

Commit

Permalink
add webkit prefix to overflow-scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Mar 10, 2017
1 parent 84a8116 commit 80c2d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/config/mixins.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
overflow: auto
overflow-x: hidden
padding: $gutter $gutter 0
overflow-scrolling: touch
-webkit-overflow-scrolling: touch
will-change: transform

%scroll-item
Expand Down

0 comments on commit 80c2d7b

Please sign in to comment.