brewern / mobile-menu

77 stars 35 forks source link

Fixed elements are unfixed when the menu opens. #6

Open shaundon opened 11 years ago

shaundon commented 11 years ago

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>