From 0bb0adf1d05e4792ceac7993ed95f210ee80e25e Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 24 Nov 2020 18:03:34 +0100 Subject: [PATCH] Fix for Firefox sliders escaping their box.. --- css.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.h b/css.h index 26a35f7..d519469 100644 --- a/css.h +++ b/css.h @@ -138,7 +138,7 @@ button.disabled { input[type=range] { -webkit-appearance: none; - width: 100%; + width: 0; height: 22px; background: #363636; cursor: pointer;