diff --git a/app/globals.css b/app/globals.css index 3409b987ed..a810a51c54 100644 --- a/app/globals.css +++ b/app/globals.css @@ -102,6 +102,11 @@ body { @apply bg-background text-foreground; } + + html, body { + overflow-x: hidden; + width: 100%; + } } .skeleton {