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}
)}