File tree Expand file tree Collapse file tree 2 files changed +22
-18
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web Expand file tree Collapse file tree 2 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 139
139
}
140
140
}
141
141
142
- .pagebuilder-stage-overlay {
143
- display : none ;
144
- height : 0 ;
145
- left : 0 ;
146
- position : absolute ;
147
- top : 0 ;
148
- visibility : hidden ;
149
- width : 0 ;
150
-
151
- & .active {
152
- cursor : pointer ;
153
- display : block ;
154
- height : 100% ;
155
- visibility : visible ;
156
- width : 100% ;
157
- z-index : @z-index-2 ;
142
+ .page-builder-wysiwyg-wrapper {
143
+ position : relative ;
144
+
145
+ .pagebuilder-wysiwyg-overlay {
146
+ display : none ;
147
+ height : 0 ;
148
+ left : 0 ;
149
+ position : absolute ;
150
+ top : 0 ;
151
+ visibility : hidden ;
152
+ width : 0 ;
153
+
154
+ & .active {
155
+ cursor : pointer ;
156
+ display : block ;
157
+ height : 100% ;
158
+ visibility : visible ;
159
+ width : 100% ;
160
+ z-index : @z-index-2 ;
161
+ }
158
162
}
159
163
}
160
164
Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
8
- < div visible ="visible " css ="{'_disabled': disabled} ">
8
+ < div visible ="visible " css ="{'_disabled': disabled} " class =" page-builder-wysiwyg-wrapper " >
9
9
< button if ="wysiwygConfigData()['pagebuilder_button'] || wysiwygConfigData()['pagebuilder_content_snapshot'] "
10
10
type ="button "
11
11
class ="action-default action "
23
23
</ div >
24
24
</ if >
25
25
< div if ="wysiwygConfigData()['pagebuilder_content_snapshot'] "
26
- class ="pagebuilder-stage -overlay "
26
+ class ="pagebuilder-wysiwyg -overlay "
27
27
click ="pageBuilderEditButtonClick.bind($data) "
28
28
css ="'active': !pageBuilder.isFullScreen() ">
29
29
</ div >
You can’t perform that action at this time.
0 commit comments