mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
Merge pull request #482 from MODSetter/dev
fix(layout): change overflow property to allow scrolling in layout co…
This commit is contained in:
commit
3f9ea19948
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