mirror of https://github.com/ColorlibHQ/AdminLTE
add z-index on control-sidebar in layout-boxed
parent
9d099b11ee
commit
5ed42b14da
|
@ -1013,6 +1013,9 @@
|
|||
z-index: 9999;
|
||||
position: relative;
|
||||
}
|
||||
.control-sidebar {
|
||||
z-index: 9999;
|
||||
}
|
||||
}
|
||||
|
||||
// Sidebar Search
|
||||
|
|
Loading…
Reference in New Issue