06-16-2020, 08:46 PM
Hmm I don't have way to test OS X support.
If I understand it well you have system wide setting under OS X with one of the following values:
1. "Automatically based on mouse or trackpad" which enables system-wide overlay scroll bars results in no apparent change in scroll bar appearance.
2. "Always" results in the @media query having the desired effect. It's a vast improvement over the uglywhite bars.
You can detect/guess in js that you are running OS X, but I don't know if you can detect which setting is active(1 or 2).
So lets say that you detect OS X and leave the scrollbar mod off then if option two is active you will have still an ugly scrollbar.
If I understand it well you have system wide setting under OS X with one of the following values:
1. "Automatically based on mouse or trackpad" which enables system-wide overlay scroll bars results in no apparent change in scroll bar appearance.
2. "Always" results in the @media query having the desired effect. It's a vast improvement over the uglywhite bars.
You can detect/guess in js that you are running OS X, but I don't know if you can detect which setting is active(1 or 2).
So lets say that you detect OS X and leave the scrollbar mod off then if option two is active you will have still an ugly scrollbar.