Solve bug on iOS
This commit is contained in:
parent
a44bfcdf4c
commit
1796f58e53
2 changed files with 13 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue