As I work with this particular div that has an overflowX property set:
<div style={{ overflowX: 'scroll' }}>
Some Content
</div>
It renders like this in Chrome on Windows:
https://i.sstatic.net/9nMsi.png
However, the appearance is different when viewed on Chrome for Mac: https://i.sstatic.net/OMBkV.png
In spite of both running the latest version of Chrome, the scrollbars show arrows unnecessarily on Windows even when there is no content to scroll. On Mac, the scrollbar only shows up when actually needed and without the undesirable arrows.
Is there a way to make the scrolling behavior consistent across both Windows and Mac versions of Chrome?