From 9a4859ab79cd78894908edc4e196ad866a68198b Mon Sep 17 00:00:00 2001 From: Tai-DucTran Date: Wed, 25 Sep 2024 17:29:47 +0700 Subject: [PATCH] Popover: support scrollable in iOS devices --- src/@next/Popover/PopoverStyle.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/@next/Popover/PopoverStyle.ts b/src/@next/Popover/PopoverStyle.ts index 2f917a6a8..71f3d2081 100644 --- a/src/@next/Popover/PopoverStyle.ts +++ b/src/@next/Popover/PopoverStyle.ts @@ -178,5 +178,6 @@ export const StyledPopover: any = createGlobalStyle` .Polaris-Scrollable--vertical { overflow-y: auto; + -webkit-overflow-scrolling: touch; } `;