Topic: Horizontal scrolling classic tabs
fencingtime pro asked 6 years ago
Hi,
I am using the classic tabs. When there are a lot of tabs, they wrap to a second line. I want them to scroll rather than wrap - how can I do this?
Thanks,
Dan
Add comment
Marta Wierzbicka staff answered 6 years ago
Hi,
try this CSS code:
.nav {
flex-wrap: nowrap;
}
@media (min-width: 62rem) {
.classic-tabs {
overflow-x: auto;
}
}
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
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags