Page 1 of 1

Hide scrollbars per browser

Posted: Tue Feb 23, 2021 8:16 am
by wolf
Hi,

is it possible to hide scrollbars per browser?

Something like GlobalCEFApp.BlinkSettings:='hideScrollbars'; but not globally.

Re: Hide scrollbars per browser

Posted: Wed Feb 24, 2021 10:39 am
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

Re: Hide scrollbars per browser

Posted: Wed Feb 24, 2021 10:59 am
by wolf
OK, thanks.