Skip to content

Commit d0d50e1

Browse files
PB-265: Video background for Banner
- fix static test failures
1 parent ca9d308 commit d0d50e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
}
3131

3232
.video-overlay {
33+
-webkit-transform: translate3d(0,0,0);
3334
bottom: 0;
3435
left: 0;
3536
position: absolute;
3637
right: 0;
3738
top: 0;
38-
-webkit-transform: translate3d(0,0,0);
3939
z-index: -99;
4040
}
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

3333
.jarallax {
3434
.video-overlay {
35+
-webkit-transform: translate3d(0,0,0);
3536
bottom: 0;
3637
left: 0;
3738
position: absolute;
3839
right: 0;
3940
top: 0;
40-
-webkit-transform: translate3d(0,0,0);
4141
z-index: -99;
4242
}
4343
}

0 commit comments

Comments
 (0)