[bugfix] Toast: overlay blocked by other element (#740)

This commit is contained in:
neverland
2018-03-21 15:58:11 +08:00
committed by GitHub
parent 11f9715793
commit bca3401d81
7 changed files with 116 additions and 134 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
const PopupContext = {
idSeed: 1,
export default {
id: 1,
zIndex: 2000,
stack: [],
@@ -11,5 +11,3 @@ const PopupContext = {
return this.stack[this.stack.length - 1];
}
};
export default PopupContext;