Skip to content

Commit

Permalink
Update zindex for big play, poster and control to fix seeking
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed Feb 22, 2025
1 parent 525da97 commit 9b5e4f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/big-play/big-play.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width: 58px;
height: 58px;
transform: translateX(-50%) translateY(-50%);
z-index: 3;
z-index: 8;
transition: opacity var(--vlite-transition);
opacity: var(--vlite-controlsOpacity);
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/components/poster/poster.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
cursor: pointer;
visibility: hidden;
opacity: 0;
z-index: 2;
z-index: 7;

&.v-active {
opacity: 1;
Expand Down
1 change: 0 additions & 1 deletion src/core/vlite.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
.v-poster {
visibility: hidden;
opacity: 0;
z-index: 7;
}
}

Expand Down

0 comments on commit 9b5e4f3

Please sign in to comment.