If I use Ctrl + Plus to zoom way in on the Gmail web page, the horizontal scrollbars do not appear, as they do on other pages such as my garybeene.com page when the content is too large for the Window. It seems to be that way in Chrome and Edge. I don't know why those web pages work that way. If it's intentional, it keeps people from using the browser zoom feature.
I've read that all major browsers allow hiding scrollbars via CSS.
But my interest is just the opposite. I want to ensure that the horizontal scrollbars are displayed so I can use the arrow keys (or mouse) to scroll horizontally on a page where Ctrl + Plus has made the page wider than the window. I can't find anything on the web that addresses that goal.
Failing a simple Chrome/Windows setting to force horizontal scrollbar display, an API applied to the Chrome window would be useful.
The ShowScrollBar API seems like a place for me to try. I've posted code to detect Chrome when it covers the desktop center. I'll start there. But if it's the web page that curtails the scrollbar, I don't know if the API will override it.
I've read that all major browsers allow hiding scrollbars via CSS.
But my interest is just the opposite. I want to ensure that the horizontal scrollbars are displayed so I can use the arrow keys (or mouse) to scroll horizontally on a page where Ctrl + Plus has made the page wider than the window. I can't find anything on the web that addresses that goal.
Failing a simple Chrome/Windows setting to force horizontal scrollbar display, an API applied to the Chrome window would be useful.
The ShowScrollBar API seems like a place for me to try. I've posted code to detect Chrome when it covers the desktop center. I'll start there. But if it's the web page that curtails the scrollbar, I don't know if the API will override it.
Comment