fix: show video controls

This commit is contained in:
Sean Yesmunt 2019-04-27 17:32:47 -04:00
parent b6af88c8b8
commit a7fa739b2a
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
left: 0;
bottom: 0;
right: 0;
z-index: 1;
overflow: hidden;
position: absolute;

View file

@ -6,7 +6,7 @@
background-color: $lbry-white;
display: flex;
justify-content: space-between;
z-index: 1;
z-index: 2;
html[data-mode='dark'] & {
background-color: rgba($lbry-black, 0.9);