Horizontal scrolling classic tabs


Topic: Horizontal scrolling classic tabs

pro asked 7 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

Marta Szymanska staff pro premium answered 7 years ago

Hi, try this CSS code: .nav { flex-wrap: nowrap; } @media (min-width: 62rem) { .classic-tabs { overflow-x: auto; } } Best, Marta
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
  • User: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No