Is there a way in which it can be known if the user has forcefully hidden scrollBar in OS. In Mac there are option to control scrollBar visibility :
1. Automatically based on mouse or trackpad
2. Always
3. When scrolling
I need to control width of html element if scrollBar is visible, this can be easily done by grabbing target's height. But what if the user has set scrollBar to always hidden.
Is there a way in which we can get to know?
