diff --git a/core/src/components/toggle/toggle.scss b/core/src/components/toggle/toggle.scss index 8a1ef97789c..5ef045f7495 100644 --- a/core/src/components/toggle/toggle.scss +++ b/core/src/components/toggle/toggle.scss @@ -33,7 +33,6 @@ outline: none; cursor: pointer; - touch-action: none; user-select: none; z-index: $z-index-item-input; } @@ -50,6 +49,8 @@ :host(.legacy-toggle) { contain: content; + + touch-action: none; } :host(.ion-focused) input {