From aefb858247e8db240ec4703440c1953fb1673e2b Mon Sep 17 00:00:00 2001 From: Thomas Fauve-Piot Date: Thu, 2 Apr 2026 12:55:56 +0200 Subject: [PATCH] Overflow game.css --- Transcendence/srcs/frontend/src/game/game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Transcendence/srcs/frontend/src/game/game.css b/Transcendence/srcs/frontend/src/game/game.css index 03d0a00..9d65906 100644 --- a/Transcendence/srcs/frontend/src/game/game.css +++ b/Transcendence/srcs/frontend/src/game/game.css @@ -82,6 +82,7 @@ html { body { margin: 0; + overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: var(--color-text); line-height: 1.5;