From abab8b7c6bc8817431725dd6ff63c7af484193aa Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 18 Jan 2023 16:30:55 +0600 Subject: [PATCH] fix switches scrollbar visibility in firefox --- src/front/cobalt.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 30d2ff5..fabb6ca 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -483,6 +483,7 @@ input[type="checkbox"] { flex-direction: row; flex-wrap: nowrap; overflow-x: scroll; + scrollbar-width: none; } .autowidth { width: auto;