Skip to content

Commit 08197bb

Browse files
committed
#514: User sees content snapshot on Category Page in Admin Panel - Added tabindex to stage overlay
1 parent 237995d commit 08197bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/page-builder.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
<div if="hasStageOverlay()"
1111
class="pagebuilder-stage-overlay"
1212
click="toggleFullScreen.bind($data, $element)"
13-
css="'active': !isFullScreen()">
13+
css="'active': !isFullScreen()"
14+
tabindex="0">
1415
</div>
1516
<div class="admin__field pagebuilder-header" css="visible: panel.isVisible">
1617
<button type="button" translate="'Apply Template'" if="isAllowedTemplateApply" click="toggleTemplateManger"/>

0 commit comments

Comments
 (0)