• Resolved avaritia91

    (@avaritia91)


    Hi!
    First off; great work!

    I am having issues with the panel being below the menu, so the “close” button and social icons disappear. Is there a fix for this? ??

    Thank you in advance!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Oleg Goltsev

    (@amothemo)

    Hi avaritia91,

    Thank you for these kind words!

    Your site menu has a really big z-index value – 99999. At the moment you could add this custom CSS to increasing plugin’s info panel z-index value to the same level:

    .amoteam-modal.mfp-wrap {
        z-index: 99999 !important;
    }

    (You can add the CSS in theme Customizer, for example, go to Appearance->Customize->Additional CSS.)

    In the next update I’ll increase z-index value inside the plugin itself for such cases. (the new update will be issued until the end of the month).

Viewing 1 replies (of 1 total)
  • The topic ‘Sticky menu overlays panel’ is closed to new replies.