style(player): fix overlay position
This commit is contained in:
parent
49deded9bd
commit
61dd44093c
|
@ -16,5 +16,10 @@
|
|||
}
|
||||
|
||||
.playerBig__overlay {
|
||||
cursor: default;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue