mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-01 12:46:07 +00:00
fix switches scrollbar visibility in firefox
This commit is contained in:
parent
06d4d8a5b0
commit
abab8b7c6b
|
@ -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