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

Popover iOS is min-height of 200px #7215

Closed
ChrisGrigg opened this issue Jul 6, 2016 · 0 comments
Closed

Popover iOS is min-height of 200px #7215

ChrisGrigg opened this issue Jul 6, 2016 · 0 comments
Assignees
Milestone

Comments

@ChrisGrigg
Copy link

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:

  1. Create simple popover and create it

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)

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

@jgw96 jgw96 added v2 labels Jul 6, 2016
@brandyscarney brandyscarney self-assigned this Jul 7, 2016
@brandyscarney brandyscarney added this to the 2.0.0-beta.11 milestone Jul 8, 2016
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants