• Resolved benq2

    (@benq2)


    Hi, currently the behaviour when you click on a dropdown menu is to expand out and push everything below it down, is there any way to have the dropdown display over the top of the rest of the form when it is clicked?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @benq2

    I hope you are doing good today.

    We have already reported this issue to our developers and this should be fixed in the future updated.

    As for now please use this code in Appearance -> Customize -> Additional CSS:

    @media(min-width:768px){
    .forminator-select-container{
    postion: relative !important;
    }
    .forminator-dropdown-list{
    position: absolute !important;;
    background: #fff;
    overflow: auto;
    z-index: 999;
    top: 100%;
    }
    }

    It should fix the issue for all dropdowns, including date and time pickers.

    Kind Regards,
    Kris

    Thread Starter benq2

    (@benq2)

    Perfect thanks.

    • This reply was modified 5 years, 6 months ago by benq2.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dropdown hover rather than expand?’ is closed to new replies.