diff --git a/src/components/sidebar/tabs/QueueSidebarTab.vue b/src/components/sidebar/tabs/QueueSidebarTab.vue index 59098df2a..8d4bf7be6 100644 --- a/src/components/sidebar/tabs/QueueSidebarTab.vue +++ b/src/components/sidebar/tabs/QueueSidebarTab.vue @@ -328,6 +328,14 @@ watch( overflow-y: auto; } +.scroll-container::-webkit-scrollbar { + width: 1px; +} + +.scroll-container::-webkit-scrollbar-thumb { + background-color: transparent; +} + .queue-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));