Topic: the scroll bar disappears.
Hello!I use mdb 4.4I have a problem, when I use form and register, the scroll bar disappears. And the mobile site lacks scroll bar which makes the task difficult for my users. see lesdealers.com
Add comment
Marta Szymanska
answered 8 years ago
Hi,
in this moment in our templates, we solve problems like this by media queries. Add to your CSS this code below:
@media (max-width: 740px) { html, body, .view { height: 1050px; } }
Of course you can change the height value.
Best,
Marta FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No