From fa4d31304736d9ce49d546288133806c080e6a67 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 27 Sep 2024 07:29:28 -0500 Subject: [PATCH] Fix dialog on iPad --- web/src/components/ui/drawer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/ui/drawer.tsx b/web/src/components/ui/drawer.tsx index ea53a3970..25c4acded 100644 --- a/web/src/components/ui/drawer.tsx +++ b/web/src/components/ui/drawer.tsx @@ -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} >