The playlist section is not showing all videos of the playlist. It's just showing just a horizontal crack. if you manage to place your cursor on the crack and scroll you will notice the list is being scrolled. So playlist element is still present under the front view window. maybe some css issue.
my quick fix:
apparently adding a height property (i did 100vh) to this element solved my issue.
The playlist section is not showing all videos of the playlist. It's just showing just a horizontal crack. if you manage to place your cursor on the crack and scroll you will notice the list is being scrolled. So playlist element is still present under the front view window. maybe some css issue.
my quick fix: apparently adding a height property (i did 100vh) to this element solved my issue.
Tampermonkey fix: