Skip to content

Commit

Permalink
Popover: Set z-index higher
Browse files Browse the repository at this point in the history
Set the Popover's z index higher, so it can be used inside the modal
  • Loading branch information
farhanabi committed Oct 9, 2023
1 parent cec47e6 commit 81c122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@next/Popover/PopoverStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const StyledPopover: any = createGlobalStyle`
.Polaris-PositionedOverlay {
position: absolute;
z-index: 400;
z-index: 999;
}
.Polaris-PositionedOverlay--fixed {
Expand Down

0 comments on commit 81c122e

Please sign in to comment.