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;