fix switches scrollbar visibility in firefox

This commit is contained in:
wukko 2023-01-18 16:30:55 +06:00
parent 06d4d8a5b0
commit abab8b7c6b

View file

@ -483,6 +483,7 @@ input[type="checkbox"] {
flex-direction: row;
flex-wrap: nowrap;
overflow-x: scroll;
scrollbar-width: none;
}
.autowidth {
width: auto;