fix error

This commit is contained in:
chiu 2021-09-02 10:59:37 +08:00
parent 18ae14175f
commit 2aa68ab0f4
2 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,8 @@
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.next-button,.prev-button{
cursor: pointer;

View File

@ -191,6 +191,8 @@ if (typeof onYouTubeIframeAPIReady !== 'function'){
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.next-button,.prev-button{
cursor: pointer;