From 55475451cf68afadb5b56fe172270b2ed99acbcb Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Fri, 10 Feb 2023 11:48:41 +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 d17b1d6..e8763aa 100644 --- a/app/www/svganim.css +++ b/app/www/svganim.css @@ -317,6 +317,7 @@ audio { .svganim_annotator .tags { grid-area: 2/1/4/1; overflow-y: auto; + overflow-x: hidden; } .svganim_annotator .audioconfig { position: static;