Scrollbar on Youtube in Fullscreen mode

Hello!

My Problem can be seen in the Screenshot. This Scrollbar pops up in Youtube vides in Fullscreen mode.
However - apparently only if I open them through a Playlist? Its really weird.

Example:

From the Video Section

Posting a Link does not work. However, if you go to NicoBs Channel, go to Playlist, go to the newest one - Yakuza 6 - and click on Video #3 there - same Video as linked above - it should have the scrollbar. I hope this works to show what I mean.

I do have the newest Brave version, I disabled all Extension (I don’t have many anyway).
I also tried the Brave://Flags enabling the scrollbar. Nothing helps so far.

So yeah…please help? :frowning:

Greetings,

Molly

1 Like

I also had that issue, but even after updating the browser and removing all extensions, the scrollbar at the bottom still didn’t disappear. Hope in the future update of brave, they will fix it

I found a solution can fix that issue

  1. Download the Stylus extension for Brave.
  2. Go to Youtube. Specifically the homepage because if you do this while on a video, it’ll only apply to the video’s url.
  3. Click on the Stylus extension and click on the “Write style for: www.Youtube.com”. Remember to hover over the “Write style for” line specifically.
  4. Copy and paste this code into the console:

/* General overflow fix */

html, body, ytd-watch-flexy, ytd-page-manager {

overflow-x: hidden !important;

max-width: 100vw !important;

}

/* Playlist-specific containers */

#columns, #secondary, #playlist {

overflow-x: hidden !important;

max-width: 100vw !important;

position: relative !important;

}

Now click save on the top left of the screen and go back to Youtube. Reload the tab and the problem should be sorted permanently.

FYI, the second part of the fix is specifically for having this issue with the Watch Later playlist. Hope this helps.