File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web Expand file tree Collapse file tree 2 files changed +23
-0
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-8 ;
158
+ }
159
+ }
160
+
142
161
.pagebuilder-wysiwyg-wrapper.pagebuilder-transition-out .pagebuilder-stage-wrapper {
143
162
.pagebuilder-stage-wrapper.stage-full-screen ;
144
163
Original file line number Diff line number Diff line change 7
7
< div class ="pagebuilder-stage-wrapper "
8
8
css ="'stage-full-screen': isFullScreen "
9
9
ko-style ="wrapperStyles ">
10
+ < div class ="pagebuilder-stage-overlay "
11
+ click ="function() { toggleFullScreen($element); } "
12
+ css ="'active': !isFullScreen() ">
13
+ </ div >
10
14
< div class ="admin__field pagebuilder-header " css ="visible: panel.isVisible ">
11
15
< button type ="button " translate ="'Apply Template' " if ="isAllowedTemplateApply " click ="toggleTemplateManger "/>
12
16
< button type ="button " translate ="'Save as Template' " if ="isAllowedTemplateSave " click ="saveAsTemplate "/>
You can’t perform that action at this time.
0 commit comments