Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Hide scrollbars per browser

Post Reply
wolf
Posts: 20
Joined: Thu Jan 31, 2019 6:36 pm

Hide scrollbars per browser

Post by wolf »

Hi,

is it possible to hide scrollbars per browser?

Something like GlobalCEFApp.BlinkSettings:='hideScrollbars'; but not globally.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Hide scrollbars per browser

Post by salvadordf »

Hi,

You can execute JavaScript to hide them in the loaded web page :
https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp
https://stackoverflow.com/questions/2486387/how-to-hide-the-scrollbar-using-javascript/18076280
wolf
Posts: 20
Joined: Thu Jan 31, 2019 6:36 pm

Re: Hide scrollbars per browser

Post by wolf »

OK, thanks.
Post Reply