tooltips not in the way of the annotation overview
This commit is contained in:
parent
06bdd0dad1
commit
fd408f549c
1 changed files with 8 additions and 2 deletions
|
@ -238,9 +238,15 @@ path.before_in {
|
|||
}
|
||||
|
||||
#interface .noUi-horizontal .noUi-tooltip {
|
||||
/* tooltips go below the buttons */
|
||||
/* tooltips go outside of the buttons */
|
||||
bottom: auto;
|
||||
top: 110%;
|
||||
left: 110%;
|
||||
transform: none;
|
||||
top: -2px;
|
||||
}
|
||||
#interface .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
|
||||
left: auto;
|
||||
right: 110%;
|
||||
}
|
||||
|
||||
.audioconfig {
|
||||
|
|
Loading…
Reference in a new issue