jquery - Off-Canvas Scrolling Separately from Page -


So I have run a very simple problem just as I have noticed that so many mobile sites have their navigation on my mobile On the site I am using the Foundation Off-Canvas "Plugin" which offers to handle my navigation. However, I have participated in the issue that when I open it and start scrolling through navigation, the canvas on top of that page also starts scrolling up. Can I stop default content from scrolling with navigation to stop the page behind off-canvas navigation?

As far as the code goes, everything is straight from the foundation. Apart from how I look in navigation styles, I have not manipulated too much functionality is still the same and it is coming from the left side of the page if it helps in all

I do not know what this helps, but

  posistian: fixed; In the navigation css file,  

and

  position: Completed;  

or

  position: relative;  

Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -