mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix tooltip in dropdown
This commit is contained in:
@@ -1402,3 +1402,9 @@ svg text.month { fill: #AAA; }
|
||||
.legendClose {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
/* Ensure tooltip appears above everything */
|
||||
.tooltip {
|
||||
z-index: 9999 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user