fix: mobile fix
This commit is contained in:
parent
f0717ed2a9
commit
f8a6912e9e
@ -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>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user