Skip to content

Commit bac265a

Browse files
committed
MC-5443: IE11 - Cannot Use Slide Item Option Menu
Set .navigation-dot.active .pagebuilder-options z-index to auto - IE11 does not support clicks on elements with negative z-index
1 parent ac1eae1 commit bac265a

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@
221221
border: none;
222222
transition: all .3s;
223223
}
224+
225+
.pagebuilder-options {
226+
z-index: auto;
227+
}
224228
}
225229

226230
&.focus {

0 commit comments

Comments
 (0)