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 Jan 4, 2021
1 parent a4f1fc5 commit 4687d03
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 4687d03

Please sign in to comment.