mirror of
https://github.com/iv-org/invidious
synced 2024-11-03 03:40:35 +00:00
Fix z-index, scrollbar in player
This commit is contained in:
parent
c0796ac3d6
commit
e61c8046f4
@ -290,6 +290,10 @@ input[type="search"]::-webkit-search-cancel-button {
|
||||
}
|
||||
}
|
||||
|
||||
ul.vjs-menu-content::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vjs-user-inactive {
|
||||
cursor: none;
|
||||
}
|
||||
@ -394,6 +398,7 @@ span > select {
|
||||
/* ProgressBar marker */
|
||||
.vjs-marker {
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/* Big "Play" Button */
|
||||
|
Loading…
Reference in New Issue
Block a user