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

402
Views
Material UI paper with dynamic height and width

I have a Material-UI based paper (https://mui.com/components/paper/) Where there are some content inside of the Paper and they are supposed to be Dynamic.

<Paper className="modal" elevation={3}>
...Content
</Paper>

// CSS property
.modal {
  width: 90%;
  height: 95%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

I want to have the paper to be scrollable, and the content to adapt to the Paper, currently the dynamic content is flowing out of the Paper.

Is there anyway we could make it dynamic so that the width and height adjust on itself?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Height of the content should be set to auto so that the height can be adjusted based on the content automatically.

height: auto; 
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!