Skip to content

Commit

Permalink
fix(player): fix overlays z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Sep 18, 2024
1 parent 2b04f81 commit d6c2f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/style/_player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ video {
.overlays {
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
}

.box {
Expand Down

0 comments on commit d6c2f98

Please sign in to comment.