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; }