USACE / water-ui-old

Access to Water User Interface (UI)
0 stars 0 forks source link

Homepage autocomplete list showing behind content #195

Closed mohitb3 closed 3 years ago

mohitb3 commented 3 years ago

the backdrop-filter: blur(10px); in the . search-box-container css class causes the autocomplete list to show up behind the homepage content (It's similar to the bug we were getting with background image opacity https://github.com/USACE/water-ui/pull/140).

Screen Shot 2020-12-15 at 11 12 20 AM

The quick fix would be to remove the backdrop-filter but that would remove the blur effect as well.