Topic: Can't scroll in Mobile view

Ajay S pro asked 4 years ago


https://ng-admin-pro.mdbootstrap.com/pages/register

Special pages are not responsive, can't scroll !. Help as soon as possiblr, feeling like totally wasted my money on pro version


Bartosz Termena staff answered 4 years ago


Dear @Ajay S

Try to replace your register.component.html with:

<section class="view intro intro-2">
  <div class="full-bg-img mask rgba-gradient rgba-indigo-slight">
    <div class="container py-5">
      <!--Grid row-->
      <div class="row  pt-5 mt-3">
        <!--Grid column-->
        <div class="col-md-12">
          <mdb-card>
            ...
          </mdb-card>
        </div>
      </div>
    </div>
  </div>
</section>

and add to your styles.scss :

.view {
  .mask {
    overflow-y: scroll;
  }
}

Best Regards, Bartosz.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 8.1.1
  • Device: Laptop
  • Browser: Chrome
  • OS: Ubuntu
  • Provided sample code: No
  • Provided link: Yes