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

pull/2105/head
REJack 2019-05-18 10:43:43 +02:00
parent eab9a2dc00
commit 210ee93972
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
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