Skip to content

Commit 73da7ff

Browse files
authored
Minor CSS updates
since I'm a stickler for decent web design
1 parent 7141cda commit 73da7ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

styles.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,14 @@ body{
127127
border-top-left-radius: 5px;
128128
border-top-right-radius: 5px;
129129
display: flex;
130-
/* flex-wrap: nowrap; */
131130
justify-content: space-between;
132131
align-items: center;
133132
overflow-x: scroll;
133+
overflow: -moz-scrollbars-none;
134134
}
135-
135+
136+
.navbar::-webkit-scrollbar { height: 0 !important }
137+
136138
.navbar a {
137139
float: left;
138140
color:#8D8F9D;

0 commit comments

Comments
 (0)