style(Toast): improve unclickable cursor (#9116)

This commit is contained in:
neverland
2021-07-25 11:00:23 +08:00
committed by GitHub
parent 7ae00c1b40
commit cafbf2bef4

View File

@@ -46,6 +46,7 @@
&--unclickable {
// lock scroll
overflow: hidden;
cursor: not-allowed;
// should not add pointer-events: none directly to body tag
// that will cause unexpected tap-highlight-color in mobile safari