Make nav tabs responsive horizontally.

This commit is contained in:
Leo
2024-08-16 13:12:55 -05:00
parent 92461c03bc
commit a37d814af0

View File

@@ -3,14 +3,15 @@
margin-bottom: 1rem;
// Make responsive horizontally
// display: block;
// overflow-x: auto;
// overflow-y: clip;
// white-space: nowrap;
display: block;
white-space: nowrap;
overflow-x: scroll;
overflow-y: clip;
scrollbar-width: none;
.nav-item {
// Make responsive horizontally
// display: inline-block;
display: inline-block;
.nav-link {
border: none;