From 5d7fdb355794af344f5f3deb7bb0e99e8c9bbc06 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 23 Sep 2021 15:13:11 +0800 Subject: [PATCH] fix(webui): hide scrollbar on Firefox for horizontal-scroller --- komga-webui/src/components/HorizontalScroller.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/komga-webui/src/components/HorizontalScroller.vue b/komga-webui/src/components/HorizontalScroller.vue index 7ed8b72bd..9b103f655 100644 --- a/komga-webui/src/components/HorizontalScroller.vue +++ b/komga-webui/src/components/HorizontalScroller.vue @@ -111,6 +111,7 @@ export default Vue.extend({ display: flex; flex-wrap: nowrap; overflow-x: auto; + scrollbar-width: none; } .scrolling-wrapper::-webkit-scrollbar {