Update upgrade-sheet.jsx
This commit is contained in:
@@ -109,7 +109,7 @@ const UpgradeSheet = () => {
|
||||
|
||||
return (
|
||||
<Sheet open={isOpen} onOpenChange={handleOpenChange}>
|
||||
<SheetContent side="bottom" className="max-h-screen gap-0! overflow-y-scroll pb-1 pt-safe-area">
|
||||
<SheetContent side="bottom" className=" max-h-[calc(100dvh)] gap-0! overflow-y-scroll pb-1">
|
||||
<SheetHeader className="mb-0">
|
||||
<SheetTitle className="flex items-center justify-center gap-2 sm:text-center">
|
||||
<CartIcon className={'h-4 w-4'} /> Store
|
||||
|
||||
Reference in New Issue
Block a user