Access all tags in annotator on smaller screen

This commit is contained in:
Ruben van de Ven 2023-02-10 11:48:41 +01:00
parent 8e1da0810c
commit 55475451cf
1 changed files with 1 additions and 0 deletions

View File

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