mobile-menu
mobile-menu copied to clipboard
Fixed elements are unfixed when the menu opens.
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>