From 5ea327a2f56d94accf17229cc734eefcc7a5b8ae Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 26 Sep 2024 16:43:48 +0200 Subject: [PATCH] Remove the x overflow --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index a4e4524..82c61e2 100644 --- a/src/index.css +++ b/src/index.css @@ -67,6 +67,7 @@ html { min-height: 100%; display: flex; max-width: 100%; + overflow-x: hidden; } body {