From e466a45b5c80d23d177b79094b11b71b43ea95cc Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Fri, 7 Feb 2020 22:33:55 +0100 Subject: [PATCH] Fixed missing check in checkbox when configuration opened in firefox --- web/boot.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/boot.css b/web/boot.css index 28d5e0e3..5b9b1906 100644 --- a/web/boot.css +++ b/web/boot.css @@ -243,7 +243,6 @@ a { input:not([type="image" i]) { box-sizing: border-box; } - button, input { overflow: visible; }