Skip to content

Commit 15f14cd

Browse files
committed
Merge pull request #1296 from mfunkie/master
Adding momentum scrolling for iOS on Main div in website
2 parents ccfc65e + 2fc0a6f commit 15f14cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pre > code {
5252
bottom: 0;
5353
right: 0;
5454
overflow: scroll;
55+
-webkit-overflow-scrolling: touch;
5556
box-sizing: border-box;
5657
padding: 40px;
5758
}

0 commit comments

Comments
 (0)