Skip to content

Commit

Permalink
fix: actions overlay blocking video controls (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomarus authored May 3, 2021
1 parent 641a6c4 commit 0b0797d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/defaults/render-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ import Countdown from './countdown'

const ActionsWrapper = styled.div`
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 50%;
display: flex;
align-items: center;
justify-content: center;
padding-top: 20px;
padding-bottom: 80px;
`

const Actions = ({
Expand Down

1 comment on commit 0b0797d

@vercel
Copy link

@vercel vercel bot commented on 0b0797d May 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.