mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Responsify content-navigation bar
This commit is contained in:
parent
6cef71b9e4
commit
00be2e067e
2 changed files with 15 additions and 3 deletions
|
@ -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 */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue