I have a problem with the css property scroll-margin-top
(adds offset when scrolling to element on page). It's not working in all the cases, in particular, this case: when the elements with scroll-margin-top
are inside a container with overflow: hidden
.
What can be the reason? Is there a workaround?