Scroll section offset Y does not work in Google Chrome
If you’re experiencing issues with scroll section offset Y in Chrome, it is caused by a known bug.
If the scroll section offset Y is not functioning correctly in Google Chrome, it is due to a known browser bug. This issue occurs when a layer has overflow: hidden
applied, which prevents the scroll offset from being recognized.
To resolve this, adjust the overflow
property to a different value, such as visible
.
For further details, refer to the official Chromium bug report or reach out for support.