mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01: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;
|
||||
flex-wrap: nowrap;
|
||||
overflow-x: auto;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.scrolling-wrapper::-webkit-scrollbar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue