Skip to content

Commit a62c198

Browse files
authored
fix(ui5-popover): appearance on ios within iframe (#60)
1 parent fe79710 commit a62c198

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/main/src/themes/base/Popover.less

+4
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,8 @@
9292

9393
.sapMPopoverArr.sapMPopoverArrHidden {
9494
display: none;
95+
}
96+
97+
.sap-ios .sapMPopover {
98+
transform: translate3d(0,0,0); // fixes z-index issue on iOS within iframe
9599
}

0 commit comments

Comments
 (0)