Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

229
Views
how can view the dropdown result over other with css

i have tried a lot of things but I don't know how to do it. I want the drown result stay over the other dropdown but all dropdowns looks like if they are z-index: 9999; I don't know if I am making you understand but here is that pic...

enter image description here

im using Tom Select JS and this is my custom css

$select-ns: 'ts' !default;

.#{$select-ns}-wrapper {
    @apply z-10;
    .#{$select-ns}-control {
        padding-right: 2rem;
        @apply bg-stone-100 px-4 rounded-lg shadow-sm border-2 border-slate-100 focus:border-blue-400 focus:outline-none p-3 font-semibold h-auto #{!important};

        &,
        input {
            transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
            transition-duration: .15s;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            font-size: 15px;
            cursor: pointer;

            &::placeholder {
                @apply text-base-content font-semibold;
            }
        }
    }

    .#{$select-ns}-dropdown {
        font-size: 16px;
        @apply bg-base-200 border-slate-100 #{!important};

        .create:hover,
        .option:hover {
            @apply bg-primary text-white font-bold  #{!important};
        }
    }

}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!