mirror of https://github.com/ColorlibHQ/AdminLTE
added tooltip fix for tooltips in sidebar (incl. rebuild)
parent
eab9a2dc00
commit
210ee93972
|
@ -350,3 +350,8 @@ a.text-muted:hover {
|
||||||
.flex-1 {
|
.flex-1 {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Tooltip
|
||||||
|
.tooltip {
|
||||||
|
z-index: 1170;
|
||||||
|
}
|
|
@ -14068,6 +14068,10 @@ a.text-muted:hover {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
z-index: 1170;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Misc: print
|
* Misc: print
|
||||||
* -----------
|
* -----------
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue