- This topic has 1 reply, 2 voices, and was last updated 7 years, 1 month ago by .
 
Viewing 2 posts - 1 through 2 (of 2 total)
	
Viewing 2 posts - 1 through 2 (of 2 total)
	
- The topic ‘Search for mobile’ is closed to new replies.
 
Home › Forums › Trusted Pro › Search for mobile
Tagged: search mobile
I’ve an issue with the search function in mobile: when I click on the dropdown menu over “search”, menu don’t disappear anche the search box it’s below.
How can I make the dropdown menu close itself when I click on it?
Thanks!
Please add this CSS to Customize > Additional CSS:
.trusted-modal {
    z-index: 200;
}
Let me know if that fixes your issue.