From b0fdabefcb2ee6ce00520877629e29d86a48bdca Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 7 Apr 2020 12:47:52 +1000 Subject: [PATCH] Removed overscroll to avoid conflict when zooming map on desktop --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index ad37599..2ffafd1 100644 --- a/src/index.css +++ b/src/index.css @@ -5,3 +5,7 @@ body, html { height: 100%; } + +body { + overscroll-behavior: none; +}