fix(toast): render on top

This commit is contained in:
Manu Mtz.-Almeida
2018-09-12 23:06:00 +02:00
parent 969433cfd7
commit ac42180f14
2 changed files with 4 additions and 1 deletions

View File

@ -189,7 +189,7 @@ export class Loading implements OverlayInterface {
return {
style: {
zIndex: 20000 + this.overlayIndex
zIndex: 40000 + this.overlayIndex
},
class: {
...createThemedClasses(this.mode, 'loading'),