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

148
Views
React Card does not expand with search dropdown results

As you can see the search results contain around ten items. However, the result set is cut off at the bottom of the div of class div-summary

How can I modify the div-summary such that the search result set is shown?

enter image description here enter image description here

.div-summary{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 25%;
    float:left;
    height: 100%;
    argin-top: 0px;
    margin-left: 2%;
    margin-bottom: 10px;
    display: inline;
}
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

This was solved by changing overflow to visible

.div-summary{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: visible;
    width: 25%;
    float:left;
    height: 100%;
    argin-top: 0px;
    margin-left: 2%;
    margin-bottom: 10px;
    display: inline;
}
about 4 years ago · Juan Pablo Isaza Report
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!