79387150

Date: 2025-01-25 17:17:00
Score: 1
Natty:
Report link

I encountered the same issue today; if you want to simply display as a column with no scrolling applied, the following code worked well for me:

    .tabs {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .tabs ul {
    display: flex;
    flex-direction: column;
  }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DmitriiK