Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Option to hide scrollbars in Youtube with YTC #542

Open
ChromeCanary opened this issue Jun 17, 2014 · 2 comments
Open

Option to hide scrollbars in Youtube with YTC #542

ChromeCanary opened this issue Jun 17, 2014 · 2 comments

Comments

@ChromeCanary
Copy link

Chrome/Safari:

.element::-webkit-scrollbar { width: 0 !important }

IE10+:

.element { -ms-overflow-style: none; }

Firefox:

.element { overflow: -moz-scrollbars-none; }

@ChromeCanary ChromeCanary changed the title Option to hide scrollbars in Youtube Option to hide scrollbars in Youtube with YTC Jun 17, 2014
@Mike-Correa
Copy link

Type chrome://flags on chrome omnibox and search (ctrl-f) for #overlay-scrollbars
Set it to activated and restart your browser. Now enjoy your nice looking scrollbars!

@ChromeCanary
Copy link
Author

I know that option, but I don't like that feature so much, I want to see scrollbar all the time, not only through hover. But I don't like scrollbars on Youtube.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants