mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
fix(popover): remove css contain from popover
This commit is contained in:
@ -35,6 +35,11 @@ ion-popover {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popover-content ion-content,
|
||||||
|
.popover-content .scroll-content {
|
||||||
|
contain: none;
|
||||||
|
}
|
||||||
|
|
||||||
.popover-content .scroll-content {
|
.popover-content .scroll-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user