From 8e1da0810ca18b1bdbe22e2d8555333b46dfc4c2 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Fri, 10 Feb 2023 11:47:13 +0100 Subject: [PATCH] Access all tags in annotator on smaller screen --- app/www/svganim.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/www/svganim.css b/app/www/svganim.css index 6fe772b..d17b1d6 100644 --- a/app/www/svganim.css +++ b/app/www/svganim.css @@ -316,6 +316,7 @@ audio { .svganim_annotator .tags { grid-area: 2/1/4/1; + overflow-y: auto; } .svganim_annotator .audioconfig { position: static;