From a384fe1889be609054dc6d4f8d357d003f84fec5 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 27 Oct 2023 16:07:55 -0400 Subject: [PATCH] fixed scroll to reload behavious on mobile? --- forest/forest.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/forest/forest.css b/forest/forest.css index 8a7abe7..82508b7 100644 --- a/forest/forest.css +++ b/forest/forest.css @@ -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;