fix(Layout): hide x overflow

This commit is contained in:
Ilia Mashkov
2026-02-06 13:36:15 +03:00
parent 8fda47ed57
commit 84417e440f

View File

@@ -48,7 +48,7 @@ let { children }: Props = $props();
</header> </header>
<!-- <ScrollArea class="h-screen w-screen"> --> <!-- <ScrollArea class="h-screen w-screen"> -->
<main class="flex-1 h-full w-full max-w-6xl mx-auto px-4 pt-6 pb-10 md:px-8 lg:pt-10 lg:pb-20 relative"> <main class="flex-1 h-full w-full max-w-6xl mx-auto px-4 pt-6 pb-10 md:px-8 lg:pt-10 lg:pb-20 relative overflow-x-hidden">
<TooltipProvider> <TooltipProvider>
<TypographyMenu /> <TypographyMenu />
{@render children?.()} {@render children?.()}