style(player): fix overlay position

This commit is contained in:
Tixie
2020-02-15 23:39:07 +01:00
parent 49deded9bd
commit 61dd44093c

View File

@@ -16,5 +16,10 @@
}
.playerBig__overlay {
cursor: default;
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
}