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} >