We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7141cda commit 73da7ffCopy full SHA for 73da7ff
styles.css
@@ -127,12 +127,14 @@ body{
127
border-top-left-radius: 5px;
128
border-top-right-radius: 5px;
129
display: flex;
130
- /* flex-wrap: nowrap; */
131
justify-content: space-between;
132
align-items: center;
133
overflow-x: scroll;
+ overflow: -moz-scrollbars-none;
134
}
135
-
+
136
+ .navbar::-webkit-scrollbar { height: 0 !important }
137
138
.navbar a {
139
float: left;
140
color:#8D8F9D;
0 commit comments