From df851197a359bec6af78e0f3f127bf4f57480573 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 31 Jan 2025 16:49:22 +0300 Subject: [PATCH] fix bottom navbar overflows content --- apps/web/app/(main)/layout.tsx | 2 +- apps/web/app/layout.tsx | 2 +- apps/web/components/navigation/navbar/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/app/(main)/layout.tsx b/apps/web/app/(main)/layout.tsx index b3c37f7..9369ed8 100644 --- a/apps/web/app/(main)/layout.tsx +++ b/apps/web/app/(main)/layout.tsx @@ -4,7 +4,7 @@ import { type PropsWithChildren } from 'react'; export default async function Layout({ children }: Readonly) { return ( <> -
{children}
+
{children}
); diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 6c91944..0fda848 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -16,7 +16,7 @@ export default async function RootLayout({ children }: Readonly - + diff --git a/apps/web/components/navigation/navbar/index.tsx b/apps/web/components/navigation/navbar/index.tsx index 380c1af..ba9aea3 100644 --- a/apps/web/components/navigation/navbar/index.tsx +++ b/apps/web/components/navigation/navbar/index.tsx @@ -10,7 +10,7 @@ export function BottomNav() { if (!isFirstLevel) return null; return ( -