We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On iOS, the popover min height is set to 200px.
For no min-height to be set as content should set height.
Steps to reproduce:
My fix is below:
.popover-content { min-height: 0; // ios reset }
Which Ionic Version? 1.x or 2.x 2.0 beta.10
Run ionic info from terminal/cmd prompt: (paste output below)
ionic info
Cordova CLI: 6.2.0 Gulp version: CLI version 3.9.1 Gulp local: Local version 3.9.1 Ionic Framework Version: 2.0.0-beta.10 Ionic CLI Version: 2.0.0-beta.31 Ionic App Lib Version: 2.0.0-beta.17 ios-deploy version: 1.8.6 ios-sim version: 5.0.8 OS: Mac OS X El Capitan Node Version: v6.0.0 Xcode version: Xcode 7.3.1 Build version 7D1014
The text was updated successfully, but these errors were encountered:
55bc32d
brandyscarney
No branches or pull requests
Short description of the problem:
On iOS, the popover min height is set to 200px.
What behavior are you expecting?
For no min-height to be set as content should set height.
Steps to reproduce:
My fix is below:
Which Ionic Version? 1.x or 2.x
2.0 beta.10
Run
ionic info
from terminal/cmd prompt: (paste output below)Cordova CLI: 6.2.0
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.10
Ionic CLI Version: 2.0.0-beta.31
Ionic App Lib Version: 2.0.0-beta.17
ios-deploy version: 1.8.6
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v6.0.0
Xcode version: Xcode 7.3.1 Build version 7D1014
The text was updated successfully, but these errors were encountered: