jellyfin-vue
jellyfin-vue copied to clipboard
Scrollbar showing in both directions
Description of the bug
In filters dropdown scrollbar showing in both directions instead of only Vertical direction.
Steps to reproduce
Movies->Filter->Features
Expected behavior
It should show scrollbar in vertical direction
Logs
No response
Screenshots
No response
Platform
Windows
Browser
Chrome
Jellyfin server version
10.8.4
Additional context
Can easily fix by replacing
overflow: scroll;
by
overflow: hidden;
overflow-y: auto;
Check if this doesn't break anything else and open a PR, as you already have the fix.
Thank you very much!
I'm not familiar with Vue and this project, but I know css and react But I will try
#1773 Related?