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