-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
<ion-content scroll="false"> in side-menu gets scroll-content ionic-scroll classes & disables user-input #1467
Comments
@adamdbradley It seems like the only way to really fix this would be to add a class to only the side-menu-content pane, and base the css rule off of that. |
I fixed it for now by adding a |
Hello, based on the TodoList tutorial, and opening on Safari-based browsers (iOS7, too), I can't see the rendered menu items on the left bar. Is there any fix with that? .. Looks like it's a CSS issue, I tried to apply |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
I noticed that list-items within a side-menu stopped ignore all taps/clicks.
The markup:
Is rendered to - and contains
scroll-content ionic-scroll
- which I believe is not correct since I add thescroll="false"
attribute.:Also, the following CSS is applied since, well we have a opened menu, which is, scrollable.
This might be related to #1339
The text was updated successfully, but these errors were encountered: