fix(popover): they should not below other overlays

relates to #14662
This commit is contained in:
Manu Mtz.-Almeida
2018-08-21 17:09:02 +02:00
parent 962578e17f
commit d83e7f8840

View File

@ -218,7 +218,7 @@ export class Popover implements OverlayInterface {
return { return {
style: { style: {
zIndex: 10000 + this.overlayId, zIndex: 20000 + this.overlayId,
}, },
'no-router': true, 'no-router': true,
class: { class: {