• 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 legasc. Reason: Tapped the back button intentionally without finishing writing
    • This topic was modified 3 weeks, 4 days ago by legasc. Reason: Formatted the text

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter legasc

    (@legasc)

    After using the additional CSS, I discovered, that the Mobile Header side menu doesn’t work correctly anymore. The Header of the page will stay on top of the Mobile header side menu and block it partly, making the Close button hidden. So the CSS solution is not a solution after all.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.