Skip to content

Commit 481b70a

Browse files
author
Oleksii Korshenko
authored
MAGETWO-71916: Fix for "flying" submenu in MassAction dropdown with large number of elements #10651
2 parents 00fc06d + bb407c6 commit 481b70a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
min-width: 100%;
109109
position: static;
110110

111+
._parent._visible {
112+
position: relative;
113+
}
114+
111115
.action-submenu {
112116
position: absolute;
113117
}

0 commit comments

Comments
 (0)