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;