From c94713475f4ae19fe07e51f0204f59dc9b171578 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Sun, 13 Aug 2023 02:47:07 +0800 Subject: [PATCH] Update globals.scss --- app/styles/globals.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/globals.scss b/app/styles/globals.scss index 6542ca6ec..beb30d782 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -105,6 +105,7 @@ body { align-items: center; user-select: none; touch-action: pan-x pan-y; + overflow: hidden; @media only screen and (max-width: 600px) { background-color: var(--second);