Solve bug on iOS

This commit is contained in:
schmelczerandras 2020-12-05 13:09:21 +01:00
parent a44bfcdf4c
commit 1796f58e53
2 changed files with 13 additions and 7 deletions

View file

@ -17,6 +17,10 @@
visibility: hidden;
}
.start-button {
z-index: 1;
}
&.loaded .loading {
visibility: visible;
}
@ -24,8 +28,4 @@
&.fully-loaded video {
visibility: visible;
}
.start-button {
z-index: 1;
}
}