We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe79710 commit a62c198Copy full SHA for a62c198
packages/main/src/themes/base/Popover.less
@@ -92,4 +92,8 @@
92
93
.sapMPopoverArr.sapMPopoverArrHidden {
94
display: none;
95
+}
96
+
97
+.sap-ios .sapMPopover {
98
+ transform: translate3d(0,0,0); // fixes z-index issue on iOS within iframe
99
}
0 commit comments