Skip to content

Commit 0eeb76f

Browse files
ENGCOM-8626: Fix problem actions dropdown positioned incorrect #31413
- Merge Pull Request #31413 from mrtuvn/magento2:fix-action-dropdown-position-against - Merged commits: 1. 8428645 2. 354fb8e
2 parents e88d5bd + 354fb8e commit 0eeb76f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ body._in-resize {
427427
.data-grid-actions-cell {
428428
padding-left: @data-grid-cell__padding-horizontal * 2;
429429
padding-right: @data-grid-cell__padding-horizontal * 2;
430+
position: relative;
430431
text-align: center;
431432
width: 1%;
432433
}

app/design/adminhtml/Magento/backend/web/css/source/forms/fields/_control-table.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
.admin__control-table-wrapper {
2525
max-width: 100%;
2626
overflow-x: auto;
27-
overflow-y: hidden;
2827
}
2928

3029
.admin__control-table {

0 commit comments

Comments
 (0)