added scrollbar to tag selector

This commit is contained in:
2025-06-24 12:11:04 +02:00
parent d9ca40bf77
commit dbf3e5c27a
2 changed files with 2 additions and 467 deletions

View File

@@ -166,6 +166,8 @@ figure {
opacity: 0;
transition: opacity 0.3s;
float: left;
max-height: 286px;
overflow: scroll;
}
.tooltip .infotext {