Steps to reproduce: 1. Open any page in Safari (15) and zoom out one step (cmd -) 2. Open console and set document.documentElement.scrollTop = 10 3. Read the same value document.documentElement.scrollTop 4. It is 9 instead of 10 Console output: > document.documentElement.scrollTop = 10 < 10 > document.documentElement.scrollTop < 9
<rdar://problem/89832500>
https://github.com/jackmoore/autosize/issues/396
The autosize library is used by Gitlab which is therefore affected: https://gitlab.com/gitlab-org/gitlab/-/issues/31082