From 3310be9e9b51595046b633b8dd22196c5f24caa1 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Sat, 26 Jul 2025 13:33:14 -0700 Subject: [PATCH] Updates tabbed layouts for phones --- src/components/layout/TabbedLayout.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/layout/TabbedLayout.tsx b/src/components/layout/TabbedLayout.tsx index ea0a1fb..88c10ab 100644 --- a/src/components/layout/TabbedLayout.tsx +++ b/src/components/layout/TabbedLayout.tsx @@ -18,15 +18,17 @@ export function TabbedLayout({
{navigation}
{title}
-
-
{tabs}
+
+
+ {tabs} +
{content}
{flyout && ( -
+
{flyout}
)}