Search Bar and Hover Menu Conflict

Hello,

my store: https://r1vex.myshopify.com/

I have this problem when searching for something on my store, as you can see in the image below I have this hover drop down menu:

And the problem is that when the search bar is open, you can still hover over the menu and it shows.

So I wonder how to fix this so that you can not hover over the menu and get it up while searching for something.

Here is a video of how it looks: https://imgur.com/a/ozXalrI

Thanks for helping!

Hi @manbru

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to solve the issue.

.desktop-search { z-index: 5; }