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;
|
z-index: 9999;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.control-sidebar {
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sidebar Search
|
// Sidebar Search
|
||||||
|
|
Loading…
Reference in New Issue