Skip to content

Commit

Permalink
fix: 🐛 Modal
Browse files Browse the repository at this point in the history
修复 modal 组件 z-index 属性过高导致 Toast 不显示
  • Loading branch information
shaodahong committed Feb 18, 2019
1 parent 6f30d94 commit 52f7a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_src/src/auto-ui/components/modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
display: flex;
align-items: center;
justify-content: center;
z-index: 99990;
z-index: 10000;
&__mask {
background: $maskColor;
position: absolute;
Expand Down

0 comments on commit 52f7a0d

Please sign in to comment.