codrops / MultiLevelPushMenu

An experimental push menu with multi-level functionality that allows endless nesting of navigation elements.
743 stars 201 forks source link

fixed items no longer fixed after menu closes #16

Closed Chris-Reedy closed 9 years ago

Chris-Reedy commented 9 years ago

I have 2 fixed div's for a simple icon page navigation and a “back to top” button that work fine when the page loads. They stay fixedand work as intended. Once I click on this menu and then close it, those elements are no longer fixed. They start to scroll with the rest of the page. Is there a fix for this to get those elements to stay fixed when the menu is closed?

Chris-Reedy commented 9 years ago

This plugin was far too limiting and caused too many issues. Ended up switching gears and using MMENU.JS. Same effect (less the accordion), no issues, and more conducive with my project.