fix(popover): remove css contain from popover

This commit is contained in:
Brandy Carney
2016-12-06 13:18:08 -05:00
parent c0c09a7149
commit db9f1a87b7

View File

@ -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;
}