I can't check if this bug exists on Windows (well, it should) nor can I make a PR at the moment.
Version - 1.1.19
Installed from AUR on Arch.
Hi, there's this small bug where virtual scroller creates a second scrollbar when all items in the list are visible.
#### Repro
- Open queue view
- Scroll to the bottom
#### Video
https://webm.red/view/ucxJ.webm
#### Fix
A quick fix would be to add `overflow-y: hidden !important` on `v-virtual-scroll`.
In action: https://webm.red/view/PQyL.webm
I can't check if this bug exists on Windows (well, it should) nor can I make a PR at the moment.
Version - 1.1.19
Installed from AUR on Arch.
Hi, there's this small bug where virtual scroller creates a second scrollbar when all items in the list are visible.
Repro
Video
https://webm.red/view/ucxJ.webm
Fix
A quick fix would be to add
overflow-y: hidden !importantonv-virtual-scroll.In action: https://webm.red/view/PQyL.webm
I can't check if this bug exists on Windows (well, it should) nor can I make a PR at the moment.
Version - 1.1.19
Installed from AUR on Arch.
wasn't able to reproduce it, included the quick fix anyway