Skip to content

Commit

Permalink
fix(slider): prevent pointercancel events by container touch-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Nov 24, 2020
1 parent dabcdfe commit 9f55520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/slider/src/slider.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ governing permissions and limitations under the License.
outline-width: 0;
}

#handle {
touch-action: none;
}

/*
* The following three declarationsa required while https://github.com/adobe/spectrum-css/issues/521
* waits to be addressed at the Spectrum CSS level.
Expand Down

0 comments on commit 9f55520

Please sign in to comment.