Scroll section offset Y does not work in Google Chrome
Having trouble with scroll section offset Y in Google Chrome? Learn more about it here.
If the scroll section offset Y doesn't work in Google Chrome, you're not alone. This is a known Google Chrome bug. The issue arises when a layer has overflow: hidden
set, which prevents its scroll offset from being respected. To fix this, simply set overflow
to a different value, such as visible
.
For more information about the bug, refer to the official Chromium bug list and explore a related post here.