Fix z-index, scrollbar in player

このコミットが含まれているのは:
Omar Roth 2019-10-04 12:23:51 -04:00
コミット e61c8046f4
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B8254FB7EC3D37F2
1個のファイルの変更5行の追加0行の削除

ファイルの表示

@ -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 */