mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 23:42:21 +00:00
fix(layout): change overflow property to allow scrolling in layout component
This commit is contained in:
parent
e790c32052
commit
1258694d85
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export default function RootLayout({
|
|||
>
|
||||
<RootProvider>
|
||||
<ReactQueryClientProvider>
|
||||
<div className=" h-[100dvh] w-[100vw] overflow-hidden">{children}</div>
|
||||
<div className=" h-[100dvh] w-[100vw] overflow-auto">{children}</div>
|
||||
</ReactQueryClientProvider>
|
||||
<Toaster />
|
||||
</RootProvider>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue