Skip to content

Commit

Permalink
disable arrows for volume slider
Browse files Browse the repository at this point in the history
  • Loading branch information
39bytes committed Aug 19, 2024
1 parent 6db5a36 commit b9e1a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ <h2>Volume</h2>
step="0.01"
id="volume-slider"
type="range"
onkeydown="return false;"
/>
</div>
</div>
Expand Down

0 comments on commit b9e1a60

Please sign in to comment.