mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-03 15:55:07 +00:00
removed global safe margin
This commit is contained in:
parent
efc16d554f
commit
bde138143c
@ -48,7 +48,7 @@ export default async function RootLayout({
|
||||
<ThemeProvider>
|
||||
<SidebarProvider>
|
||||
<Dashboard/>
|
||||
<main className="relative mt-safe h-screen">
|
||||
<main className="relative h-screen">
|
||||
<PersistenceProvider>
|
||||
{children}
|
||||
</PersistenceProvider>
|
||||
|
Loading…
Reference in New Issue
Block a user