This commit is contained in:
2026-06-08 13:16:47 +02:00
parent 018428d236
commit c9892ec62f
2 changed files with 7 additions and 7 deletions

View File

@@ -788,9 +788,9 @@
.upload-form .tag-suggestions {
position: absolute !important;
min-width: 220px !important;
max-width: 320px !important;
max-height: 260px !important;
min-width: 220px;
max-width: 320px;
max-height: 260px;
overflow-y: auto !important;
background: var(--dropdown-bg, #1a1a1a) !important;
border: 1px solid var(--black, #000) !important;