-
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
bug: Modal header is below tabs-top on iOS Cordova #3346
Comments
Related to issue #3011 |
Quick question, is the purpose of tabs in the modal to create a nested navigation structure? |
Yes (e.g. to have an "Edit" modal that contains tabs for organizing the editable data); I assumed this is supported because there seems to be css in |
So the issue was the |
Yes the issue is not present unless the That is specifically what I have tried to address with my pull request. |
Hmm, alright so I see where the confusion is. So
But it seems that the styles from 2 are effecting 1. |
Type: bug
Platform: ios 7 webview
http://codepen.io/mikejpeters/pen/azQQdV
When top tabs are used within a modal, the modal header is incorrectly displayed below the tabs on iOS with Cordova (when the body has the
platform-ios
andplatform-cordova
classes).The text was updated successfully, but these errors were encountered: