this somehow makes chrome sliders work

This commit is contained in:
Jack 2021-08-26 23:13:56 +01:00
parent 1acabd6aff
commit 853686b36c

View file

@ -54,7 +54,16 @@ input[type="range"] {
width: 100%;
height: 1rem;
border-radius: var(--roundness);
&::-webkit-slider-thumb,
&::-webkit-slider-thumb {
-webkit-appearance: none;
padding: 0;
border: none;
width: 2rem;
height: 1rem;
border-radius: var(--roundness);
background-color: var(--main-color);
}
&::-moz-range-thumb {
-webkit-appearance: none;
padding: 0;