Responsify content-navigation bar

This commit is contained in:
syeopite
2021-06-25 19:40:36 -07:00
parent 491e33450e
commit c0673f8314
2 changed files with 15 additions and 3 deletions

View File

@@ -641,3 +641,15 @@ hr {
color: #000000;
}
#content-navigation {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-ms-overflow-style: none;
scrollbar-width: none;
}
#content-navigation::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}