Skip to content

Commit 62bbbf9

Browse files
committed
Fix - smooth scrolling on mobile browsers.
1 parent f7ebab0 commit 62bbbf9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

assets/css/main.css

+1
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ body {
784784
background-color: #fff;
785785
-webkit-font-smoothing: antialiased;
786786
-moz-osx-font-smoothing: grayscale;
787+
-webkit-overflow-scrolling: touch;
787788
}
788789

789790
h1, h2, h3, h4, h5, h6 {

assets/css/sass/main.scss

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ body {
2525
background-color: $white;
2626
-webkit-font-smoothing: antialiased;
2727
-moz-osx-font-smoothing: grayscale;
28+
-webkit-overflow-scrolling: touch;
2829
}
2930

3031
h1, h2, h3, h4, h5, h6 {

0 commit comments

Comments
 (0)