mirror of https://github.com/iv-org/invidious.git
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 {
|
.vjs-user-inactive {
|
||||||
cursor: none;
|
cursor: none;
|
||||||
}
|
}
|
||||||
|
@ -394,6 +398,7 @@ span > select {
|
||||||
/* ProgressBar marker */
|
/* ProgressBar marker */
|
||||||
.vjs-marker {
|
.vjs-marker {
|
||||||
background-color: rgba(255, 255, 255, 1);
|
background-color: rgba(255, 255, 255, 1);
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Big "Play" Button */
|
/* Big "Play" Button */
|
||||||
|
|
Loading…
Reference in New Issue