From 703987de085a6814604669bbfe8bc13ee7532533 Mon Sep 17 00:00:00 2001 From: mindxploit Date: Thu, 31 Oct 2024 22:21:00 +0100 Subject: [PATCH] overflow hidden --- app/src/styles/Background.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/styles/Background.module.css b/app/src/styles/Background.module.css index 7292ee0..255751d 100644 --- a/app/src/styles/Background.module.css +++ b/app/src/styles/Background.module.css @@ -9,6 +9,7 @@ max-height: 90vh; @media only screen and (max-width: 600px) { + overflow: hidden; max-width: 100vw; max-height: 90vh; }