diff --git a/src/material/slider/slider.scss b/src/material/slider/slider.scss index f72e358985ae..a712092e57ce 100644 --- a/src/material/slider/slider.scss +++ b/src/material/slider/slider.scss @@ -41,6 +41,8 @@ $mat-slider-horizontal-margin: 8px !default; right: $mat-slider-horizontal-margin; } + touch-action: none; + // Unset the default "width" property from the MDC slider class. We don't want // the slider to automatically expand horizontally for backwards compatibility. width: auto;