scotch-io / scotch-panels

jQuery Off Canvas Menus and Panels Plugin
600 stars 99 forks source link

Breaks fixed positioning of entire page #57

Open hiphigi opened 7 years ago

hiphigi commented 7 years ago

Anything put inside of the page container has its positioning broken. You cannot apply fixed positioning to anything inside of the wrapper that gets pushed or to the menu itself.

This is a serious drawback. Can this please be addressed so we do not have to abandon this plugin?

mmmols commented 7 years ago

anyone having the slightest idea of how to fix this?

hiphigi commented 7 years ago

@codermols Yes. Use Pushy.

https://github.com/christophery/pushy

studioleland commented 7 years ago

Having the same issue with Bootstrap fixed menu on scroll.

jchck commented 5 years ago

Know I'm late to the party but this sounds like an issue with the layout of your page -- specifically the use of the position CSS property -- and not so much the plugin itself.

I'd read up on how position relative & absolute and how position relative & fixed interact.

https://developer.mozilla.org/en-US/docs/Web/CSS/position