diff --git a/src/toast/index.less b/src/toast/index.less index 1f37f5b82..d0a71d94d 100644 --- a/src/toast/index.less +++ b/src/toast/index.less @@ -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