• Resolved staceyx88

    (@staceyx88)


    This has been happening for literally two years – I have looked EVERYWHERE for a solution. Someone had a CSS solution adjusting Z index – it does not work.
    The issue: I have a conditional dropdown LOCATION/DEALERSHIP. If you choose the wrong one accidently, you CANNOT adjust it as the dropdown selection will HIDE BEHIND the other. Also the “X” is not showing or working. PLEASE HELP – see screen shot https://smithautouniversity.com/um.png

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @staceyx88

    Try to use this CSS code:

    span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999999999;
    }
    button.select2-selection__clear {
    padding: 0 !important;
    right: 20px !important;
    }

    Regards.

    Plugin Support andrewshu

    (@andrewshu)

    Hi @staceyx88

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂

    Regards

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

The topic ‘Conditional Dropdowns “hiding” behind other inputs’ is closed to new replies.