Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Searchbar dropdown-menu positioning (#2567)
Fix initial dropdown-menu positioning by replacing d-none with visibility:hidden. Popper.js cannot calculate the position of elements removed from the DOM with display: none. Let's replace d-none with visibility:hidden, keeping the element in the DOM, allowing Popper.js to correctly calculate its position.
- Loading branch information