Skip to content

Commit db9f1a8

Browse files
committed
fix(popover): remove css contain from popover
1 parent c0c09a7 commit db9f1a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/popover/popover.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ ion-popover {
3535
flex-direction: column;
3636
}
3737

38+
.popover-content ion-content,
39+
.popover-content .scroll-content {
40+
contain: none;
41+
}
42+
3843
.popover-content .scroll-content {
3944
position: relative;
4045
}

0 commit comments

Comments
 (0)