From fd408f549cebbd30df64fef82ad49eed48654444 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 31 May 2022 13:37:15 +0200 Subject: [PATCH] tooltips not in the way of the annotation overview --- app/www/svganim.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/www/svganim.css b/app/www/svganim.css index 052f7a6..7471116 100644 --- a/app/www/svganim.css +++ b/app/www/svganim.css @@ -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 {