Responsify content-navigation bar

This commit is contained in:
syeopite 2021-06-25 19:40:36 -07:00
parent 6cef71b9e4
commit 00be2e067e
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
2 changed files with 15 additions and 3 deletions

View file

@ -672,3 +672,15 @@ p,
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 */
}