Skip to content

Commit

Permalink
fix(toast): rise z-index for content
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim committed Mar 11, 2022
1 parent 86b7ed4 commit f4f6b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toast/toast.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
max-width: 374rpx;
line-height: 44rpx;
box-sizing: border-box;
z-index: 2001;
z-index: 12001;
}

&__row {
Expand Down

0 comments on commit f4f6b5b

Please sign in to comment.