Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to scroll menu on mobile? #98

Open
ragivort opened this issue Jun 17, 2016 · 4 comments
Open

How to scroll menu on mobile? #98

ragivort opened this issue Jun 17, 2016 · 4 comments

Comments

@ragivort
Copy link

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

@ragivort ragivort changed the title How to scroll menu on movile? How to scroll menu on mobile? Jun 17, 2016
@joesayegh
Copy link

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

@joesayegh
Copy link

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

@talhazahid
Copy link

Just try creating dummy LIs and see if it works

@andrejm
Copy link

andrejm commented Apr 27, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants