chore: improved option dropdowns responsiveness

This commit is contained in:
2026-04-16 14:45:12 +02:00
parent 987819d42e
commit 221bba32d2
6 changed files with 10 additions and 8 deletions
@@ -336,7 +336,8 @@ export default defineComponent({
display: grid;
grid-template-rows: 1fr auto;
overflow: hidden;
max-height: 530px;
max-height: calc(100% - 4.5em);
top: 3.5em;
}
.options_content {