Skip to content

Commit 46fe1e9

Browse files
committed
Merge remote-tracking branch 'origin/MC-15073' into 2.2.8-develop-pr82
2 parents 978d429 + 431a72d commit 46fe1e9

File tree

1 file changed

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

1 file changed

+1
-9
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/_menu.less

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -271,17 +271,9 @@
271271

272272
&._show {
273273
> .submenu {
274-
display: block;
275-
float: left;
276-
left: 100%;
277-
max-width: 1640px;
278-
min-height: 98.65%;
279-
min-width: 100%;
280-
overflow-x: scroll;
281-
position: absolute;
282274
transform: translateX(0);
283275
visibility: visible;
284-
z-index: 698;
276+
z-index: @submenu__z-index;
285277
}
286278
}
287279
}

0 commit comments

Comments
 (0)