From 1281fb395537172454463f59a0338a0bc631f50c Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:03:14 +0400 Subject: [PATCH] refactor: render window dragger above toast --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a9e2f88..f30b6b4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,9 +27,9 @@ export default function RootLayout({ className={`${geistSans.variable} ${geistMono.variable} antialiased overflow-hidden`} > - {children} - + {children} +