Fix: Dropdown schloss nicht bei Klick ausserhalb (Liste war kuenstlich auf volle Bildschirmhoehe gestreckt)

This commit is contained in:
2026-07-20 23:24:48 +02:00
parent 724f076c8c
commit 7cf64404c5
2 changed files with 10 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ export function ResultsList({
return (
<ul
role="listbox"
className="flex h-full flex-col overflow-y-auto rounded-2xl border border-black/10
className="flex max-h-full flex-col overflow-y-auto rounded-2xl border border-black/10
bg-white/80 shadow-lg backdrop-blur-md dark:border-white/10 dark:bg-white/5"
>
{results.map((item, index) => {