style: scroll data table instead of page

This commit is contained in:
zhom
2025-07-04 02:36:56 +04:00
parent eda83cf439
commit 51983bf3a5
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
className={`${geistSans.variable} ${geistMono.variable} antialiased overflow-hidden`}
>
<CustomThemeProvider>
<TooltipProvider>{children}</TooltipProvider>