From 6e47597f82185e0db200cfca8ab31093634b109e Mon Sep 17 00:00:00 2001 From: M-RB3 Date: Sun, 12 May 2024 07:57:55 +0400 Subject: [PATCH] fix app not scrolling on mobile --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index ad8571b3..7107f2af 100644 --- a/src/App.scss +++ b/src/App.scss @@ -1,7 +1,7 @@ @import "bootstrap"; .App { - overflow-x: hidden; + overflow: hidden; // padding-bottom: 100px; // @media screen and (max-width: 473px) { // padding-bottom: 170px;