Skip to content

Commit

Permalink
enable webkit overflow scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
aortbals committed Sep 9, 2016
1 parent f42a09e commit 509a291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {

.scroll-y {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

.white {
Expand Down

0 comments on commit 509a291

Please sign in to comment.