mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
fix(webui): hide scrollbar on Firefox for horizontal-scroller
This commit is contained in:
parent
85ddae4f48
commit
5d7fdb3557
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ export default Vue.extend({
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrolling-wrapper::-webkit-scrollbar {
|
.scrolling-wrapper::-webkit-scrollbar {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue