tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.com
MIT License
674 stars 149 forks source link

Search Options Overlapped by Other Elements Below #247

Closed ztroop closed 1 year ago

ztroop commented 1 year ago

Hello! I'm using the latest version of react-select-search and I noticed when clicking the search, the options below are overlapped by other elements. I tried overriding .select_search__select with z-index: 999 !important but it didn't seem to help. Is there anything else I can do?

jtmarquez commented 11 months ago

Could you comment on how you were able to solve it? @ztroop

ztroop commented 11 months ago

I improved the component hierarchy in the application, which resolved the issue I experienced for this ticket.

jtmarquez commented 11 months ago

I was able to solve it too; for some reason using transform: scale on a div that contained the search-select messed up with the styles.