From e949738ade6c53cee2be7fd31cfa753ec4193293 Mon Sep 17 00:00:00 2001 From: Taken Date: Tue, 2 Sep 2025 19:49:53 +0200 Subject: [PATCH] Fixed table going thru header --- src/app/(stats)/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(stats)/layout.tsx b/src/app/(stats)/layout.tsx index a160b99..51b4190 100644 --- a/src/app/(stats)/layout.tsx +++ b/src/app/(stats)/layout.tsx @@ -6,7 +6,7 @@ import { ReactNode } from "react" export default function StatsLayout({ children }: Readonly<{ children: ReactNode }>) { return ( <> -
+
-
+
{children}