-
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
scroll="false" in sidemenu causes text to disappear ios/safari #1485
Comments
having the same problem |
This codepen confirms the issue. http://codepen.io/perrygovier/pen/gHbtu This may be related to #1467 I can confirm the issue even on desktop Safari in the codepen above. |
I can confirm this as well, seems def. related to #1467 |
seems, that beta.9 breaks the fix. the content is invisible again on safari, |
Looks ok to me, what device/version are you using? |
adding a higher z-index than 10 to |
Thanks @mindstorm, Note this is not an issue on ios 8 or safari with yosemite. |
doh, @tlancina beat me to it |
correct @perrygovier - its in iOS 7 / Safari 7 issue (see first comment in this issue) |
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. |
tested on ios 7 + safari 7.0.3:
following the 'ionic book' http://ionicframework.com/docs/guide/ I noticed the sidemenu text is hidden (seems to be a z-index issue) after adding scroll="false" to ion-content in the sidemenu. Shows up fine on android/chrome.
The text was updated successfully, but these errors were encountered: