Fix dropdown quirks (#63)

This commit is contained in:
Geometrically
2023-06-06 16:07:58 -07:00
committed by GitHub
parent d98a6adfb3
commit 01304e807a
4 changed files with 17 additions and 12 deletions

View File

@@ -238,7 +238,7 @@ onBeforeUnmount(() => {
.options {
z-index: 10;
max-height: min(12rem);
max-height: 18.75remq;
overflow-y: auto;
box-shadow: var(--shadow-inset-sm), 0 0 0 0 transparent;