mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Responsify content-navigation bar
This commit is contained in:
@@ -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 */
|
||||
}
|
Reference in New Issue
Block a user