mobile-menu icon indicating copy to clipboard operation
mobile-menu copied to clipboard

Fixed elements are unfixed when the menu opens.

Open shaundon opened this issue 11 years ago • 0 comments

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>

shaundon avatar Jun 10 '13 13:06 shaundon