Merge pull request #3722 from Bnyro/master

fix: duplicated time indicator when scrubbing seek bar
This commit is contained in:
Bnyro 2024-07-17 17:12:58 +02:00 committed by GitHub
commit 75e08a3621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -961,6 +961,10 @@ export default {
padding: 0.09em 0;
}
#shaka-player-ui-time-container {
display: none !important;
}
.skip-segment-button {
/* position button above player overlay */
z-index: 1000;