Fix for Firefox sliders escaping their box..

This commit is contained in:
Owen
2020-11-24 18:03:34 +01:00
parent 77e83d9b74
commit 0bb0adf1d0

2
css.h
View File

@ -138,7 +138,7 @@ button.disabled {
input[type=range] {
-webkit-appearance: none;
width: 100%;
width: 0;
height: 22px;
background: #363636;
cursor: pointer;