Set thin scrollbar for browsers other than WebKit

master
rctgamer3 4 years ago
parent 2023604649
commit 40f196b5df

@ -330,6 +330,7 @@ input[type=number] {
box-sizing: border-box;
overflow-x: auto;
border-radius: 2px;
scrollbar-width: thin;
}
@media only screen and (max-width: 1440px) and (pointer: fine) {

Loading…
Cancel
Save