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

79
Views
Bootstrap Modal moving page

This has been driving us crazy.

Bootstrap modal when opened moves the background of the page to the top of the page - then when its closed it goes back to the right place.

Anyway to keep the page from moving -

So far - updated to bootstrap 6 and updated angular

used

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

Nothing seems to be working -

To see it in please check out https://topserve.ca/order/mels and click a menu item down the page.

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

0

Remove the following properties

from you html tag:

  1. width: 100%;
  2. height: 100%;
  3. overflow: auto;

and from you body tag:

  1. width: 100%;
  2. height: 100%;

this should work.

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!