Hi,
is it possible to hide scrollbars per browser?
Something like GlobalCEFApp.BlinkSettings:='hideScrollbars'; but not globally.
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
- salvadordf
- Posts: 4580
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Hide scrollbars per browser
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
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