fix: Fixed mobile scroll bar
Chart Release / chart (push) Successful in 25s
Server Deploy / deploy (push) Successful in 2m17s

This commit is contained in:
2026-09-07 08:02:09 +00:00
parent 049e005873
commit f9ef9c4929
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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} />