Closed Pleb5 closed 1 month ago
It should be displayed in front. See z-index and stacking order in DOM.
Popups are floating on the dom so unfortunately z-index does not matter in this case. However I managed to solve this by placing the popup to the right which does not overlap with search input anymore this way.
It should be displayed in front. See z-index and stacking order in DOM.