Skip to content

Commit f047afc

Browse files
PB-265: Video background for Banner
- fix video overlay z-index Safari issue
1 parent 51a426e commit f047afc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/row/_default.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
position: absolute;
3636
right: 0;
3737
top: 0;
38+
-webkit-transform: translate3d(0,0,0);
3839
z-index: -99;
3940
}
4041

app/code/Magento/PageBuilder/view/base/web/css/source/jarallax/_jarallax.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
position: absolute;
3838
right: 0;
3939
top: 0;
40+
-webkit-transform: translate3d(0,0,0);
4041
z-index: -99;
4142
}
4243
}

0 commit comments

Comments
 (0)