Skip to content

Commit

Permalink
fixed scroll to reload behavious on mobile?
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost committed Oct 27, 2023
1 parent 50f37ee commit a384fe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions forest/forest.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/* body */
/* https://stackoverflow.com/questions/29008194/disabling-androids-chrome-pull-down-to-refresh-feature */
// prevent scroll to reload behaviour
body {
overscroll-behavior: contain;
}


.Claribelle {
position: absolute;
Expand Down

0 comments on commit a384fe1

Please sign in to comment.