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).
The quick fix would be to remove the backdrop-filter but that would remove the blur effect as well.
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).The quick fix would be to remove the backdrop-filter but that would remove the blur effect as well.