mirror of
https://github.com/youzan/vant.git
synced 2026-01-21 01:15:55 +08:00
style(Toast): improve unclickable cursor (#9116)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user