mirror of
https://github.com/khairul169/garage-webui.git
synced 2026-09-15 00:43:21 +07:00
fix: fix layout issue on mobile browser
This commit is contained in:
@@ -21,7 +21,7 @@ const MainLayout = () => {
|
||||
<Drawer
|
||||
open={sidebar.isOpen}
|
||||
onClickOverlay={sidebar.onClose}
|
||||
className="md:drawer-open h-screen"
|
||||
className="md:drawer-open h-screen max-h-dvh"
|
||||
side={<Sidebar />}
|
||||
contentClassName="flex flex-col overflow-hidden"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user