Skip to content

Commit 60d2e6e

Browse files
committed
#38891: Hidden dropdown in grids with select action (e.g. Content > Elements > Pages
- Fix admin grid action dropdown visibility
1 parent 0ba9eef commit 60d2e6e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
max-width: 100%;
4444
padding-bottom: 1rem;
4545
padding-top: @data-grid-header-row__indent;
46-
overflow-x: auto
46+
overflow-x: visible
4747
}
4848

4949
.admin__data-grid-loading-mask {

0 commit comments

Comments
 (0)