tooltips not in the way of the annotation overview

This commit is contained in:
Ruben van de Ven 2022-05-31 13:37:15 +02:00
parent 06bdd0dad1
commit fd408f549c
1 changed files with 8 additions and 2 deletions

View File

@ -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 {