Okay
  Public Ticket #2450247
Popup
Closed

Comments

  • Marie helene started the conversation

    Hi there,

    I'm trying to use a popup plugin (https://fr.wordpress.org/plugins/popup-maker/) but the form doesn't work well. 


    How can I fix that ? The dropdown goes under. 

    Thx,

    Marie

  • [deleted] replied

    Hello Marie, 

    It is probably some CSS conflict, unfortunately.

    Could you please try adding this CSS:

    .el-select-dropdown, .el-popper {
    z-index: 9999 !important}
    .am-modal {
    z-index: 9999 !important}

    and let me know if it helped.