• Resolved Leonidas

    (@visionoptika)


    Hello

    is it possible to add a background layer behind the reason’s popup?

    Regards

    Leonidas

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor B.Ng

    (@baonguyen0310)

    Hello Leonidas,

    Yes, you can add this CSS to the frontend to have it:

    #cancelOverlay, #returnOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    }
    Thread Starter Leonidas

    (@visionoptika)

    Hi

    I am sorry to say but the CSS code didn’t make any difference. The layer didn’t appear. I believe it happens because I couldn’t find anywhere the id #cancelOverlay or #returnOverlay inside the plugin

    Regards

    Leonidas

    Plugin Contributor B.Ng

    (@baonguyen0310)

    Hello Leonidas,

    You’re right, we will add it in the next release.

    Thread Starter Leonidas

    (@visionoptika)

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.