Remove extraneous pageContainer styles for videoOSD

This commit is contained in:
Steven S O'Connor 2020-08-12 10:36:55 -07:00
parent e1083ec2ea
commit d7b50b9160

View file

@ -7,7 +7,6 @@
} }
.osdPoster img, .osdPoster img,
.pageContainer,
.videoOsdBottom { .videoOsdBottom {
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -248,11 +247,6 @@
animation: spin 4s linear infinite; animation: spin 4s linear infinite;
} }
.pageContainer {
top: 0;
position: fixed;
}
@media all and (max-width: 30em) { @media all and (max-width: 30em) {
.btnFastForward, .btnFastForward,
.btnRewind, .btnRewind,