fix(toast): render on top

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Manu Mtz.-Almeida
2018-09-12 23:06:00 +02:00
gitea-unlock(16/)
parent 969433cfd7
commit ac42180f14
octicon-diff(16/tw-mr-1) 2 changed files with 4 additions and 1 deletions

2
core/src/components/loading/loading.tsx
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'),