|
|
|
@ -86,6 +86,23 @@ a, a:hover, a:visited, a:active { |
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.clearScroll { |
|
|
|
|
scrollbar-width: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.clearScroll::-webkit-scrollbar { |
|
|
|
|
width: 10px; |
|
|
|
|
height: 5px; |
|
|
|
|
background-color: rgba(0,0,0,0.0); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.clearScroll::-webkit-scrollbar-thumb { |
|
|
|
|
background: rgba(0,0,0,0.15); |
|
|
|
|
border-radius: 50px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Navigation */ |
|
|
|
|
|
|
|
|
|
nav { |
|
|
|
@ -112,6 +129,7 @@ nav { |
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
|
overflow-x: auto; |
|
|
|
|
overflow-y: hidden; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
|
|
#logo { |
|
|
|
@ -320,7 +338,7 @@ nav { |
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
.itemScroll { |
|
|
|
|
overflow-x: scroll; |
|
|
|
|
overflow-x: auto; |
|
|
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
z-index: 2; |
|
|
|
|