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; margin-bottom: 1rem;
// Make responsive horizontally // Make responsive horizontally
// display: block; display: block;
// overflow-x: auto; white-space: nowrap;
// overflow-y: clip; overflow-x: scroll;
// white-space: nowrap; overflow-y: clip;
scrollbar-width: none;
.nav-item { .nav-item {
// Make responsive horizontally // Make responsive horizontally
// display: inline-block; display: inline-block;
.nav-link { .nav-link {
border: none; border: none;