fix error
This commit is contained in:
parent
18ae14175f
commit
2aa68ab0f4
|
@ -73,6 +73,8 @@
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.next-button,.prev-button{
|
||||
cursor: pointer;
|
||||
|
|
|
@ -191,6 +191,8 @@ if (typeof onYouTubeIframeAPIReady !== 'function'){
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.next-button,.prev-button{
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue