fix progress bar and video-tags overlap

This commit is contained in:
simon 2023-01-02 21:27:49 +07:00
parent 0c8830793c
commit 14d5a7ee1a
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -462,7 +462,7 @@ video:-webkit-full-screen {
overflow: hidden; overflow: hidden;
} }
.video-item:hover .video-thumb div { .video-item:hover .video-tags {
opacity: 1; opacity: 1;
} }
@ -486,7 +486,7 @@ video:-webkit-full-screen {
position: relative; position: relative;
} }
.video-thumb div { .video-tags {
position: absolute; position: absolute;
top: 5px; top: 5px;
left: 0; left: 0;