fix chat mobile cutoff

This commit is contained in:
2026-06-18 02:49:05 +02:00
parent ca29bd5003
commit 5755bd3184
4 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ export default async function RootLayout({
<MusicPlayerProvider>
<AnimatedBackGroundContainer followSpeed={0.003} particleCount={100} orbitRadius={2000}>
<TopNav />
<main className="absolute lg:top-10 h-screen lg:h-[calc(100vh-var(--spacing)*10)] w-screen">
<main className="absolute lg:top-10 h-[100dvh] lg:h-[calc(100vh-var(--spacing)*10)] w-screen">
{children}
</main>
{modal}