Skip to content

Commit

Permalink
fix(popover): remove css contain from popover
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 6, 2016
1 parent c0c09a7 commit db9f1a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/popover/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ ion-popover {
flex-direction: column;
}

.popover-content ion-content,
.popover-content .scroll-content {
contain: none;
}

.popover-content .scroll-content {
position: relative;
}

0 comments on commit db9f1a8

Please sign in to comment.