mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-03 14:45:09 +00:00
trying to fix overflowing in the editor page
This commit is contained in:
parent
f04761345e
commit
e33d04609d
@ -37,7 +37,7 @@ export default async function RootLayout({
|
||||
children: ReactNode
|
||||
}>) {
|
||||
return (
|
||||
<main className="relative w-screen h-screen isolate overscroll-none">
|
||||
<main className="relative w-screen h-screen isolate overscroll-none overflow-hidden mb-safe">
|
||||
<PersistenceProvider>
|
||||
{children}
|
||||
</PersistenceProvider>
|
||||
|
Loading…
Reference in New Issue
Block a user