This commit is contained in:
2026-05-27 20:29:27 +02:00
parent b705cd3a9c
commit ebaea76b90

View File

@@ -5532,15 +5532,15 @@ input {
@media (max-width: 555px) { @media (max-width: 555px) {
.tag-suggestions { .tag-suggestions {
position: fixed; position: absolute;
/*left: 10px;*/ right: auto;
right: 10px;
top: auto; top: auto;
bottom: 5px; bottom: 20px;
min-width: unset; min-width: unset;
max-width: unset; max-width: unset;
max-height: 40vh; max-height: 40vh;
border-radius: 10px; border-radius: 0px;
margin-bottom: 5px;
} }
.tag-suggestion-item { .tag-suggestion-item {