diff --git a/src/index.css b/src/index.css index 751d2f5..a3409de 100644 --- a/src/index.css +++ b/src/index.css @@ -62,10 +62,11 @@ } @layer base { - html, body { - overflow-x: hidden; + html { + overflow-x: clip; } body { + overflow-x: clip; @apply font-sans text-slate-800 bg-slate-50 antialiased; }