fix: layouts

This commit is contained in:
Mahyar Khanbolooki
2025-07-22 00:36:20 +03:30
parent 13a3c3ce8a
commit 2454107da0
15 changed files with 167 additions and 82 deletions
+5 -3
View File
@@ -15,13 +15,15 @@ export default function RootLayout({
return (
<html lang="en">
<html lang="en" className="h-svh overflow-hidden">
<body
dir="rtl"
className={`antialiased bg-background h-full`}
className={`antialiased bg-background h-svh overflow-hidden`}
>
<ReactQueryProvider>
{children}
<div id="root" className="h-svh overflow-hidden">
{children}
</div>
</ReactQueryProvider>
</body>
</html>