style(Toast): improve unclickable cursor (#9116)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user