yourduskquibbles / webannoyances

Fix and remove annoying web elements such as sticky headers, floating boxes, floating videos, dickbars, social share bars and other distracting elements.
Creative Commons Attribution Share Alike 4.0 International
1.29k stars 48 forks source link

This line prevents YouTube app drawer menu from scrolling #306

Open radley opened 2 years ago

radley commented 2 years ago

URL(s) where the issue occurs

https://www.youtube.com/feed/subscriptions

Describe the issue

This specific filter removes the app-drawer scrollbar on youtube.com:

youtube.com###contentContainer.tp-yt-app-drawer[swipe-open].tp-yt-app-drawer::after, tp-yt-app-drawer:style(position: absolute !important;)

The scrollbar is necessary to access playlists and subscriptions.

Screenshot(s)

n/a

Versions

Settings

Notes

I worked my way down to figure out the bug:

Very much appreciate your filter list. I hope I can turn it back on soon!

Thanks! Radley

yourduskquibbles commented 2 years ago

If you scroll down the main page does that also scroll the left app drawer and make the subscriptions visible? Can you show screenshot of what you think is missing?