mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Toast): improve unclickable cursor (#9116)
This commit is contained in:
parent
7ae00c1b40
commit
cafbf2bef4
@ -46,6 +46,7 @@
|
|||||||
&--unclickable {
|
&--unclickable {
|
||||||
// lock scroll
|
// lock scroll
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
cursor: not-allowed;
|
||||||
|
|
||||||
// should not add pointer-events: none directly to body tag
|
// should not add pointer-events: none directly to body tag
|
||||||
// that will cause unexpected tap-highlight-color in mobile safari
|
// that will cause unexpected tap-highlight-color in mobile safari
|
||||||
|
Loading…
x
Reference in New Issue
Block a user