From 55c8cf376cb059da7a9e20a8952e2d2e6b029676 Mon Sep 17 00:00:00 2001 From: Ritesh Sharma <119002315+RiteshS1@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:13:15 +0530 Subject: [PATCH] Update index.css --- src/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index d507de9..9d11e7f 100644 --- a/src/index.css +++ b/src/index.css @@ -6,7 +6,7 @@ margin: 0; padding: 0; box-sizing: border-box; - overflow-block: auto; + } body { @@ -28,6 +28,7 @@ canvas { margin-inline-end: auto; position: relative; max-width: 1120px; + overflow-x: hidden; } @layer utilities { @@ -122,4 +123,4 @@ canvas { .g_fadeIn { @apply opacity-0 translate-y-[100px] } -} \ No newline at end of file +}