We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a4893 commit b351e8dCopy full SHA for b351e8d
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less
@@ -379,6 +379,8 @@
379
}
380
});
381
.animation(slide-out-top @pagebuilder-animation);
382
+ -moz-transition: none;
383
+ -webkit-transition: none;
384
transition: none;
385
z-index: 801;
386
@@ -398,6 +400,8 @@
398
400
399
401
402
.animation(slide-in-left @pagebuilder-animation);
403
404
405
opacity: 1;
406
407
visibility: visible;
@@ -417,6 +421,8 @@
417
421
418
422
419
423
.animation(slide-out-left @pagebuilder-animation);
424
425
420
426
427
428
0 commit comments