fix(router): fix selection

This commit is contained in:
Manu Mtz.-Almeida
2018-03-15 18:07:29 +01:00
parent f48d817a85
commit 207f416686
5 changed files with 17 additions and 9 deletions

View File

@ -200,6 +200,7 @@ export class Modal implements OverlayInterface {
hostData() {
return {
'no-router': true,
style: {
zIndex: 20000 + this.overlayId,
}