Skip to content

Commit

Permalink
Fixed issue : Left Side Back End Menu Design fix magento#18687
Browse files Browse the repository at this point in the history
  • Loading branch information
suryakant-krish committed Oct 27, 2018
1 parent 4421098 commit 9fbf41a
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,16 @@
> .submenu {
transform: translateX(0);
visibility: visible;
z-index: @submenu__z-index;
z-index: 698;
overflow-x: scroll;
min-height: 98.65%;
left: 0;
position: absolute;
left: 100%;
min-width: 100%;
display: block;
float: left;
max-width: 1640px;
}
}
}
Expand Down

0 comments on commit 9fbf41a

Please sign in to comment.