Try to make the video stay on top of modal when mobile

This commit is contained in:
swaggboi 2022-02-17 22:33:12 -05:00
parent 1ad9ae2065
commit af92730cc3

View File

@ -99,7 +99,7 @@ html, body {
height: 100%;
width: 100%;
z-index: 255;
position: absolute;
position: fixed;
display: none;
}