Meta: your code blocks have the CSS `overflow: scroll`, which is wrong, causing scrollbars to appear unnecessarily; 9999⁄10000 times, `overflow: auto` is what you want instead.
(macOS is the only significant desktop platform that uses overlay scrollbars by default, where the difference is not generally visible.)
(macOS is the only significant desktop platform that uses overlay scrollbars by default, where the difference is not generally visible.)