From af4ca3b8b63e4d1ea064947d02683b7c528fd433 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Wed, 20 Mar 2024 15:33:00 -0400 Subject: [PATCH] Update: Added game files for iOS and Android and Web --- Web-Version/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Web-Version/style.css b/Web-Version/style.css index 8c1f717..123777a 100644 --- a/Web-Version/style.css +++ b/Web-Version/style.css @@ -1,5 +1,9 @@ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap'); +html { + overflow-y: hidden; +} + body { font-family: "Poppins", sans-serif; background-color: #faf8ef; @@ -8,6 +12,7 @@ body { align-items: center; min-height: 100vh; margin: 0; + overflow-y: hidden; } #gameContainer {