Skip to content

Commit bc39958

Browse files
committed
MC-4262: Column Rearranging Drop Zone Indicators Are Too Small & Sometimes Hard To Activate
- Fix zIndex issues
1 parent 4846716 commit bc39958

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/column-group

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
transition: .25s opacity;
6161
visibility: hidden;
6262
width: 6px;
63-
z-index: 10;
63+
z-index: 26;
6464

6565
.no-user-select;
6666
.no-pointer-events;

0 commit comments

Comments
 (0)