fix: mobile fix

This commit is contained in:
Khairul Hidayat 2024-01-10 17:21:05 +00:00
parent f0717ed2a9
commit f8a6912e9e

View File

@ -149,7 +149,7 @@ const Sheet = ({
<SheetDescription>{description}</SheetDescription> <SheetDescription>{description}</SheetDescription>
) : null} ) : null}
</SheetHeader> </SheetHeader>
<div className="h-[calc(100vh-60px)] overflow-y-auto">{children}</div> <div className="h-[calc(100dvh-60px)] overflow-y-auto">{children}</div>
</SheetContent> </SheetContent>
</SheetRoot> </SheetRoot>
); );