Skip to content

Commit

Permalink
fix(ui5-popover): appearance on ios within iframe (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Feb 15, 2019
1 parent fe79710 commit a62c198
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/main/src/themes/base/Popover.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@

.sapMPopoverArr.sapMPopoverArrHidden {
display: none;
}

.sap-ios .sapMPopover {
transform: translate3d(0,0,0); // fixes z-index issue on iOS within iframe
}

0 comments on commit a62c198

Please sign in to comment.