diff --git a/src/components/popover/popover.md.scss b/src/components/popover/popover.md.scss index d4e3a442fb9..09e5c5148cd 100644 --- a/src/components/popover/popover.md.scss +++ b/src/components/popover/popover.md.scss @@ -19,11 +19,9 @@ $popover-md-item-background: $popover-md-background !default; } .popover-content { + width: $popover-md-width; min-width: 0; min-height: 0; - - width: $popover-md-width; - max-height: $popover-md-max-height; border-radius: $popover-md-border-radius; diff --git a/src/components/popover/popover.scss b/src/components/popover/popover.scss index d1b3dff4d7b..3b2e6142591 100644 --- a/src/components/popover/popover.scss +++ b/src/components/popover/popover.scss @@ -39,6 +39,7 @@ ion-popover { ion-page { position: relative; display: flex; + height: auto; } }