From 81c122e1d144cc5517a9d4a3c6d64b78b9c0eddb Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Abiyyullah Date: Mon, 9 Oct 2023 13:04:42 +0700 Subject: [PATCH] Popover: Set z-index higher Set the Popover's z index higher, so it can be used inside the modal --- src/@next/Popover/PopoverStyle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@next/Popover/PopoverStyle.ts b/src/@next/Popover/PopoverStyle.ts index 2f917a6a8..472c819f5 100644 --- a/src/@next/Popover/PopoverStyle.ts +++ b/src/@next/Popover/PopoverStyle.ts @@ -145,7 +145,7 @@ export const StyledPopover: any = createGlobalStyle` .Polaris-PositionedOverlay { position: absolute; - z-index: 400; + z-index: 999; } .Polaris-PositionedOverlay--fixed {