generated from Dicken/dickendock
Fix: Dropdown schloss nicht bei Klick ausserhalb (Liste war kuenstlich auf volle Bildschirmhoehe gestreckt)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user