jellyfin-vue icon indicating copy to clipboard operation
jellyfin-vue copied to clipboard

Scrollbar showing in both directions

Open MominRaza opened this issue 2 years ago • 3 comments

Description of the bug

In filters dropdown scrollbar showing in both directions instead of only Vertical direction. image

Steps to reproduce

Movies->Filter->Features

Expected behavior

It should show scrollbar in vertical direction image

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;

MominRaza avatar Sep 14 '22 13:09 MominRaza

Check if this doesn't break anything else and open a PR, as you already have the fix.

Thank you very much!

ferferga avatar Sep 14 '22 23:09 ferferga

I'm not familiar with Vue and this project, but I know css and react But I will try

MominRaza avatar Sep 15 '22 06:09 MominRaza

#1773 Related?

sfkpmr avatar Sep 28 '22 03:09 sfkpmr