fix: show video controls
This commit is contained in:
parent
b6af88c8b8
commit
a7fa739b2a
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue