From 5d30111b7832377637d0f3ebb533610375e4edb9 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 21 Feb 2025 10:59:08 -0800 Subject: Get sheet padding working consistently (#7798) * tweak height/padding of iOS * tweak android ratio calculation * add a bit of extra padding to full height iOS to account for the bit below the safe area --- src/components/Menu/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Menu/index.tsx') diff --git a/src/components/Menu/index.tsx b/src/components/Menu/index.tsx index 9c970b051..06b9e7e55 100644 --- a/src/components/Menu/index.tsx +++ b/src/components/Menu/index.tsx @@ -100,7 +100,7 @@ export function Outer({ {/* Re-wrap with context since Dialogs are portal-ed to root */} - + {children} {isNative && showCancel && } -- cgit 1.4.1