Skip to content

Commit 3554dff

Browse files
more updates
1 parent 9b28276 commit 3554dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overscroll-behavior/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ html {
1010

1111
body {
1212
margin: 0;
13-
/* Use overscroll-behavior to stop the "bounce" or refresh effect you get on mobile
13+
/* Use overscroll-behavior-y to stop the "bounce" or refresh effect you get on mobile
1414
browsers when getting to the top or bottom scroll limits of the page */
15-
overscroll-behavior: none;
15+
overscroll-behavior-y: none;
1616
}
1717

1818
/* Styling of contacts */

0 commit comments

Comments
 (0)