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

@@ -5976,10 +5976,10 @@ input {
position: absolute; position: absolute;
right: auto; right: auto;
top: auto; top: auto;
bottom: 20px; bottom: 100%;
min-width: unset; min-width: unset !important;
max-width: unset; max-width: unset !important;
max-height: 40vh; max-height: inital !important;
border-radius: 0px; border-radius: 0px;
margin-bottom: 5px; margin-bottom: 5px;
} }

View File

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