CSS overflow-anchor (Scroll Anchoring)
Changes in DOM elements above the visible region of a scrolling box can result in the page moving while the user is in the middle of consuming the content. By default, the value of `overflow-anchor` is `auto`, it can mitigate this jarring user experience by keeping track of the position of an anchor node and adjusting the scroll offset accordingly
selection api: anchoroffset
css property: offset-anchor
css property: offset-anchor: auto
css property: offset-anchor: bottom
css property: offset-anchor: center
css property: offset-anchor: left
css property: offset-anchor: right
css property: offset-anchor: top
css property: offset-anchor: x-end
css property: offset-anchor: x-start
css property: offset-anchor: y-end
css property: offset-anchor: y-start
13 results found.