fix switches scrollbar visibility in firefox
This commit is contained in:
parent
06d4d8a5b0
commit
abab8b7c6b
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ input[type="checkbox"] {
|
|||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
overflow-x: scroll;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
.autowidth {
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in a new issue