Skip to content

Commit 44ec425

Browse files
committed
MC-4014: PageBuilder Performance Is Bad With Minimal Content
- Fix offscreen sections within slider TinyMCE
1 parent c6d6438 commit 44ec425

File tree

1 file changed

+4
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
.inline-wysiwyg {
4545
line-height: 1.3;
4646
min-height: 50px;
47+
48+
.mce-offscreen-selection {
49+
left: -99999px;
50+
}
4751
}
4852
.mce-tinymce-inline {
4953
left: -2px !important;

0 commit comments

Comments
 (0)