Tweaked buttons for accessibility

This commit is contained in:
2026-07-20 09:36:09 -04:00
parent 03b5bea72d
commit cae2997009
3 changed files with 6 additions and 2 deletions

View File

@@ -810,7 +810,7 @@ export function FormSearchableSelect(props: {ref: string} & FormComboboxProps) {
placeholder={local.searchPlaceholder || "Search..."}
class="w-full p-2 border-0 border-b border-b-neutral-200 text-sm outline-hidden focus:bg-sky-50"
/>
<div class="max-h-[200px] overflow-y-auto">
<div class="max-h-50 overflow-y-auto">
<Show when={filteredOptions().length === 0}>
<div class={DROPDOWN_NO_RESULTS}>No options found</div>
</Show>