The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix mobile x overflow

Luna 3a4db7c0 8df7f4f3

+1 -1
+1 -1
app/layout.tsx
··· 105 105 <Script defer data-domain="wamellow.com" src="https://analytics.wamellow.com/js/script.js" /> 106 106 107 107 <body 108 - className={cn("w-full max-w-7xl !overflow-visible", outfit.className)} 108 + className={cn("w-full max-w-7xl overflow-x-hidden xl:!overflow-visible", outfit.className)} 109 109 style={{ overflow: "visible" }} 110 110 > 111 111 <div id="bg" className="absolute top-0 right-0 w-screen h-screen -z-10" />