metonym / svelte-typeahead

Accessible, fuzzy search typeahead component
https://metonym.github.io/svelte-typeahead
MIT License
222 stars 18 forks source link

fix(typeahead): elevate dropdown menu `z-index` when expanded #49

Closed metonym closed 2 years ago

metonym commented 2 years ago

Fixes #47

An expanded menu should have an elevated z-index to prevent a menu from being covered by another Typeahead instance.