* Fix export time picker on iOS

* Fix dialog on iPad
This commit is contained in:
Josh Hawkins
2024-09-27 07:52:31 -05:00
committed by GitHub
parent ddfdb71783
commit 1f328be1bd
2 changed files with 15 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ const DrawerContent = React.forwardRef<
"fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
className,
isIOS && isPWA && "pb-5",
isIOS && !isPWA && "md:pb-5",
)}
{...props}
>