fix(webui): hide scrollbar on Firefox for horizontal-scroller

This commit is contained in:
Gauthier Roebroeck 2021-09-23 15:13:11 +08:00
parent 85ddae4f48
commit 5d7fdb3557

View file

@ -111,6 +111,7 @@ export default Vue.extend({
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
scrollbar-width: none;
}
.scrolling-wrapper::-webkit-scrollbar {