Skip to content

Commit e9c30ac

Browse files
ENGCOM-4336: Fixed Massaction design with submenu on grid pages #20938
- Merge Pull Request #20938 from ananth-iyer/magento2:bugfix/massaction-grid-issue - Merged commits: 1. facfa44 2. 314d3a8
2 parents 3a4ba66 + 314d3a8 commit e9c30ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/design/adminhtml/Magento/backend/web/css/source/actions/_actions-select.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,9 @@
108108
min-width: 100%;
109109
position: static;
110110

111-
._parent._visible {
112-
position: relative;
113-
}
114-
115111
.action-submenu {
116112
position: absolute;
113+
right: -100%;
117114
}
118115
}
119116
}

0 commit comments

Comments
 (0)