Make nav tabs responsive horizontally.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user