Skip to content

Commit b5941b9

Browse files
committed
M2-2266: Fix action column submenu positioning
1 parent dc4cba3 commit b5941b9

File tree

1 file changed

+1
-2
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module

1 file changed

+1
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_data-grid.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ body._in-resize {
304304
.action-menu {
305305
left: auto;
306306
min-width: 10rem;
307-
right: 0;
307+
right: auto;
308308
text-align: left;
309309
top: auto;
310310
z-index: 1;
@@ -435,7 +435,6 @@ body._in-resize {
435435
.data-grid-actions-cell {
436436
padding-left: @data-grid-cell__padding-horizontal * 2;
437437
padding-right: @data-grid-cell__padding-horizontal * 2;
438-
position: relative;
439438
text-align: center;
440439
width: 1%;
441440
}

0 commit comments

Comments
 (0)