Skip to content

Commit 730c644

Browse files
committed
MC-5403: Edit With Page Builder Button Is Slow Opening Page Builder And No Loading Indicator After 1st Load
- Fix LESS static failure
1 parent 5954be8 commit 730c644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
}
7070

7171
.pagebuilder-panel-wrapper {
72-
top: 0;
7372
bottom: 0;
7473
position: fixed;
7574
position: -webkit-sticky;
7675
position: sticky;
76+
top: 0;
7777
z-index: 102;
7878

7979
.pagebuilder-panel {

0 commit comments

Comments
 (0)