Topic: [MDB 4.3+]Dotted-Scrollspy is not showing perfectly.
molimoabel pro asked 7 years ago
Hello guys.
There is a bug with the dotted-scrollspy since the version 4.3
Instead of showing correctly like this : https://mdbootstrap.com/live/_MDB/index/docs/dotted-scrollspy/index.html
It shows like this :
It has nothing to do with JavaScript but it is a CSS problem beause once I put back the previous bootstrap.css, it worked just great.
This is probably because since verion 4.3, we know use fully flex-box with bootstrap 4.
Is there anyway to fix it?
(I am using the Pro version).
Add comment
Kamil Paciepnik free answered 7 years ago
Hi molimoabel,
Thanks for reporting! We'll fix it as soon as possible.
To everything worked properly with you follow my instructions:
1. Add
d-flex align-items-start flex-column
to <ul class="nav smooth-scroll">
2. Add to your style.css:
.dotted-scrollspy li {
display: block;
padding: 0 0;
}
Regards
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags