Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 9fbf41a

Browse files
Fixed issue : Left Side Back End Menu Design fix #18687
1 parent 4421098 commit 9fbf41a

File tree

1 file changed

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

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,16 @@
273273
> .submenu {
274274
transform: translateX(0);
275275
visibility: visible;
276-
z-index: @submenu__z-index;
276+
z-index: 698;
277+
overflow-x: scroll;
278+
min-height: 98.65%;
279+
left: 0;
280+
position: absolute;
281+
left: 100%;
282+
min-width: 100%;
283+
display: block;
284+
float: left;
285+
max-width: 1640px;
277286
}
278287
}
279288
}

0 commit comments

Comments
 (0)