Skip to content

Fixed elements are unfixed when the menu opens. #6

@shaundon

Description

@shaundon

If the page has elements with position: fixed, after opening and closing the menu, they will no longer be fixed correctly.

This can be replicated by adding the following code block to the demo page.

<div style="width:100%; position: fixed; left: 0; top: 50px;">
Fixed element.
</div>

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