🫤 Unexpected: when scrolling an HTML element, the exact value of "scrollTop" depends on the browser's zoom level! Don't rely on it being an integer.
The expected behavior is to have a 1px resolution for scrollTop (or 1/devicePixelRatio, to be precise, which is the minimum step; setting scrollTop=100.1 will be rounded to scrollTop=100).
But at 110% or 90%, the values are not integers!