From 76c939d4fa99e26001df2e3b9c15a0ae776021e5 Mon Sep 17 00:00:00 2001 From: wiwium Date: Sat, 4 Sep 2021 19:46:00 +0530 Subject: [PATCH] fix #2056 navbar meno scrolling overflow on mobile --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 7bf8ffced..bcc8783ea 100644 --- a/src/App.scss +++ b/src/App.scss @@ -79,7 +79,6 @@ $dark-m-purple-light: #40008050; } html { - overflow-x: hidden; width: 100vw; } @@ -87,6 +86,7 @@ body { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; margin: 0; + overflow-x: hidden; padding: 0; }