mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 21:11:53 +00:00
feat: hide scrollbar when needed
This commit is contained in:
@@ -46,7 +46,7 @@ export default function RootLayout({
|
||||
<Providers themeProps={{ attribute: "class", defaultTheme: "dark" }}>
|
||||
<div className="flex items-center h-dvh justify-center overflow-hidden">
|
||||
<SidebarWrap />
|
||||
<main className="container h-full flex-1 flex-col p-4 mb-auto overflow-y-auto">
|
||||
<main className="container h-full flex-1 flex-col p-4 mb-auto overflow-y-auto no-scrollbar">
|
||||
{children}
|
||||
<Toaster />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user