From 42354035fd5312afcfea3d89bbfce084c1394490 Mon Sep 17 00:00:00 2001 From: Rohan Chaturvedi Date: Thu, 12 Oct 2023 11:10:43 +0530 Subject: [PATCH] fix: handle vertical overflow in team layout (#72) --- frontend/app/[team]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/[team]/layout.tsx b/frontend/app/[team]/layout.tsx index 30244a218..36e313c13 100644 --- a/frontend/app/[team]/layout.tsx +++ b/frontend/app/[team]/layout.tsx @@ -53,7 +53,7 @@ export default function RootLayout({ {showNav && } {showNav && } -
{children}
+
{children}
) }