Skip to content

Commit ca6ac18

Browse files
committed
MC-5423: Scheduled Update slide out issues
- Resolve issue with header causing panel to animate with top of window weirdly
1 parent df94740 commit ca6ac18

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
}
2525

2626
.pagebuilder-stage-wrapper {
27+
-webkit-transition: .35s ease-in-out;
28+
-moz-transition: .35s ease-in-out;
2729
background: white;
2830
position: relative;
2931
transition: .35s ease-in-out;
@@ -49,6 +51,7 @@
4951
z-index: 800;
5052

5153
.pagebuilder-header {
54+
float: right;
5255
height: 0;
5356
padding: 0;
5457
position: fixed;
@@ -212,11 +215,11 @@
212215
}
213216

214217
.pagebuilder-canvas {
215-
-moz-transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
216-
-webkit-transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
218+
-moz-transition: opacity .75s ease-in-out, visibility .75s ease-in-out, padding-top .35s ease-in-out;
219+
-webkit-transition: opacity .75s ease-in-out, visibility .75s ease-in-out, padding-top .35s ease-in-out;
217220
opacity: 0;
218221
padding-bottom: 120px;
219-
transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
222+
transition: opacity .75s ease-in-out, visibility .75s ease-in-out, padding-top .35s ease-in-out;
220223
visibility: hidden;
221224

222225
&.active {

0 commit comments

Comments
 (0)