added tooltip fix for tooltips in sidebar (incl. rebuild)

This commit is contained in:
REJack
2019-05-18 10:43:43 +02:00
parent eab9a2dc00
commit 210ee93972
4 changed files with 12 additions and 3 deletions

View File

@@ -350,3 +350,8 @@ a.text-muted:hover {
.flex-1 {
flex: 1;
}
// Tooltip
.tooltip {
z-index: 1170;
}

View File

@@ -14068,6 +14068,10 @@ a.text-muted:hover {
flex: 1;
}
.tooltip {
z-index: 1170;
}
/*
* Misc: print
* -----------

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long