feat: make mobile drawer scrollable
This commit is contained in:
parent
0daee68832
commit
aff9b4f90a
@ -131,9 +131,9 @@ function TopNav() {
|
||||
</svg>
|
||||
</Button>
|
||||
</DrawerTrigger>
|
||||
<DrawerOverlay>
|
||||
<DrawerContent className="w-[300px]">
|
||||
<DrawerClose className="absolute top-2 right-2">
|
||||
<DrawerOverlay className="z-[99]">
|
||||
<DrawerContent className="w-[300px] overflow-auto">
|
||||
<DrawerClose className="float-right sticky top-0 right-0">
|
||||
<Button preset="default" size="icon">
|
||||
{/* mdi:close */}
|
||||
<svg
|
||||
|
Loading…
x
Reference in New Issue
Block a user