[bugfix] Toast: mask render uncorrectly when forbidClick (#1154)

This commit is contained in:
neverland
2018-05-24 14:25:55 +08:00
committed by GitHub
parent aa89f1a26c
commit 6d1c0ef2a5
4 changed files with 51 additions and 11 deletions

View File

@@ -17,6 +17,10 @@
transform: translate3d(-50%, -50%, 0);
background-color: rgba(0, 0, 0, .7);
&--unclickable {
pointer-events: none;
}
&--text {
padding: 12px;
min-width: 220px;