christophery / pushy

Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
https://chrisyee.ca/pushy
Other
1.49k stars 214 forks source link

How to scroll menu on mobile? #98

Open ragivort opened 8 years ago

ragivort commented 8 years ago

Hi, thank you for this menu But, when my sub-menu is big, it is impossible to scrol it up and down - the web site is scrolling then. Is it possible to make menu scroll? when finger on it?

Can you help me? thx

joesayegh commented 8 years ago

I'm having the same problem. Has anyone solved this?

joesayegh commented 8 years ago

Hey guys, has anybody had a couple of minutes to look into this?

talhazahid commented 6 years ago

Just try creating dummy LIs and see if it works

andrejm commented 4 years ago

Would be pretty easy by adding

overflow-x: visible;
overflow-y: scroll;

to .pushy

Except is not: "If you are using visible for either overflow-x or overflow-y and something other than visible for the other. The visible value is interpreted as auto." source on StackOverflow

So the best bet is to add one extra wrapper element inside .pushy and play with overflow:scroll and media queries