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

page scrolling isn't working with this menu? #17

Open
NJWebDesign opened this issue Feb 25, 2015 · 4 comments
Open

page scrolling isn't working with this menu? #17

NJWebDesign opened this issue Feb 25, 2015 · 4 comments

Comments

@NJWebDesign
Copy link

I've been experimenting with this menu and it looks really good, and is a nice way to offer navigation on a site, however something I've done, I assume, has stopped page scrolling working:
http://www.cairnsmorecottages.co.uk/

Is this perhaps a bug/issue or maybe someone can spot the obvious mistake.

Appreciate it. Thank you.
NJ

@botelho
Copy link
Member

botelho commented Feb 25, 2015

You have
.scroller {
overflow-y: none;
}
when it should be
.scroller {
overflow-y: scroll;
}
in component.css line 13. I think it might be that.

BTW, maybe you've realized that already but if not, the staggering on scroll is because of the box shadow of #topbackground (styles.css line 51).

Cheers.

@NJWebDesign
Copy link
Author

Thank you botelho.
That resolves it on most devices but it still won't scroll in landscape view on a Windows Phone.
Appreciate the help and advice. Thank you.
NJ

@NJWebDesign
Copy link
Author

Why doesn't the scroll bar work in this scenario? If I roll my mouse wheel, or scroll (swish) my finger, the page scrolls but if I try to manually click the scroll bar nothing happens?

@botelho
Copy link
Member

botelho commented Mar 6, 2015

I can't really help you with this, I didn't have the chance to test this on a Windows Phone. I'll leave this issue open in case somebody did and has a fix for it.

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

2 participants