Skip to content

Doesn't work with an iframe's window as scroller #329

@WickyNilliams

Description

@WickyNilliams

Given the following html:

<header>foobar</header>
<iframe srcdoc='[lots of content]'></iframe>

This will not work:

const header = document.querySelector("header");
const iframe = document.querySelector("iframe");

const hr = new Headroom(header, { scroller: iframe.contentWindow });
hr.init();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions