Skip to content

Commit

Permalink
Prevent pull-to-refresh in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
novascreen committed Jan 19, 2025
1 parent e88d19d commit 9c9942d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/app.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// app global css in SCSS form

// prevent pull to refresh on android chrome
// prevent pull to refresh
html,
body {
overscroll-behavior-y: contain;
overscroll-behavior: none;
}

// margin for top elements for ios safe area
Expand Down

0 comments on commit 9c9942d

Please sign in to comment.