mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(toast): render on top
This commit is contained in:
@ -189,7 +189,7 @@ export class Loading implements OverlayInterface {
|
||||
|
||||
return {
|
||||
style: {
|
||||
zIndex: 20000 + this.overlayIndex
|
||||
zIndex: 40000 + this.overlayIndex
|
||||
},
|
||||
class: {
|
||||
...createThemedClasses(this.mode, 'loading'),
|
||||
|
Reference in New Issue
Block a user