From edaff71fe36f908ab42de632b75ecfb03475f983 Mon Sep 17 00:00:00 2001 From: vee1e Date: Mon, 25 Aug 2025 20:22:44 +0530 Subject: [PATCH] fix: overflow --- frontend/src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 0100e1b..7d7cb34 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -8,6 +8,7 @@ html, body { font-family: 'Roboto', sans-serif; background: #000000; color: #ffffff; + overflow: hidden; } body {