Mobile search is not functioning correctly
-
When the mobile search displays live search resulta via Ajax, the whole page is covered with a grey layer, making the search results untappable. I resolved the problem with the help of Gemini, by inserting this CSS:
/* Määrab hallile taustale madalama kihi */
.search-overlay.active {
z-index: 990 !important;
}
/* Tõstab mobiilse päise ja otsingutulemused hallist taustast pealmiseks kihiks */
.ehfb-header-mobile,
.ehfb-header,
.emoza-search-results,
.search-dropdown-menu,
.header-search-form {
z-index: 9999 !important;
position: relative !important;
}Please fix the issue. I’m not very keen on using CSS for hiding bugs.
Thank you!
- This topic was modified 3 weeks, 4 days ago by . Reason: Tapped the back button intentionally without finishing writing
- This topic was modified 3 weeks, 4 days ago by . Reason: Formatted the text
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.
