From d83e7f8840ced5bd59126b4310b41b2875fb9741 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Tue, 21 Aug 2018 17:09:02 +0200 Subject: [PATCH] fix(popover): they should not below other overlays relates to #14662 --- core/src/components/popover/popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/popover/popover.tsx b/core/src/components/popover/popover.tsx index 82f9fd3e0a..b83be68ef8 100644 --- a/core/src/components/popover/popover.tsx +++ b/core/src/components/popover/popover.tsx @@ -218,7 +218,7 @@ export class Popover implements OverlayInterface { return { style: { - zIndex: 10000 + this.overlayId, + zIndex: 20000 + this.overlayId, }, 'no-router': true, class: {