Skip to content

Commit

Permalink
v3 Silder mobile devices fix (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
RFDarter authored Apr 23, 2024
1 parent 82ce7fc commit 4673cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/v3/src/esp-range-slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export class EspRangeSlider extends LitElement {
-webkit-appearance: none;
margin: 20px 0;
width: 100%;
touch-action: none;
}
input[type=range]:focus {
outline: none;
Expand Down

0 comments on commit 4673cda

Please sign in to comment.