• Robert Knight's avatar
    Ignore fixed-positioned content which choosing a scroll anchor · 04e8025f
    Robert Knight authored
    When choosing a scroll anchor to preserve the visible content after toggling
    side-by-side mode, ignore content in elements with `position: fixed` or
    `position: sticky` styles, since this content won't significantly shift its
    position as a result of the document content being resized.
    04e8025f
html-side-by-side-test.js 7.23 KB