From 8c589d30007d509c2c95fd4c10c24b5b6d4422ef Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 8 Apr 2024 14:54:33 +0900 Subject: [PATCH] Fix initial zoom behavior on mobile fixes #4875 --- frontend/src/styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index f38d25bf1..6d132a46a 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -54,7 +54,6 @@ html, body { body { background-color: #11131f; - min-width: 375px; padding-bottom: 60px; }