Skip to content

Commit 38327f3

Browse files
Merge pull request #4402 from IgorA100/patch-453092
Fix: For the left sidebar with the menu, you need to increase the z-index so that in collapsed mode the submenu of options is on top of the header table on the Console page (sidebar.css)
2 parents d85c3f4 + 18f2efa commit 38327f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/skins/classic/css/base/sidebar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.layout-main .sidebar-main .sidebar-layout {
2+
z-index: 20;
3+
}
4+
15
.layout-main .sidebar-main a.text-success:focus,
26
.layout-main .sidebar-main a.text-success:hover { /* FIX bootstrap on a dark background*/
37
color: #007bff !important;

0 commit comments

Comments
 (0)