fix: Fixed mobile scroll bar
This commit is contained in:
@@ -37,7 +37,7 @@ export function AppShell({ children }: { children: React.ReactNode }) {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="flex h-screen overflow-hidden">
|
||||
<div className="flex h-[100dvh] overflow-hidden">
|
||||
<Sidebar />
|
||||
<SidebarDrawer open={open} onClose={close} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user