Skip to content

Commit

Permalink
Fix for Firefox sliders escaping their box..
Browse files Browse the repository at this point in the history
  • Loading branch information
easytarget committed Nov 24, 2020
1 parent 77e83d9 commit 0bb0adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ button.disabled {

input[type=range] {
-webkit-appearance: none;
width: 100%;
width: 0;
height: 22px;
background: #363636;
cursor: pointer;
Expand Down

0 comments on commit 0bb0adf

Please sign in to comment.