Skip to content

Commit

Permalink
Fixed video overlay not at bottom in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyBoo committed Feb 27, 2022
1 parent 9793692 commit 4dde979
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
width: 100%;
height: 100%;
display: flex;
// relative position for the absolute positioned overlay
position: relative;
}

@keyframes spin {
Expand Down

0 comments on commit 4dde979

Please sign in to comment.