mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fullscreen fix
So weird, because I was changing this to try and get rid of the vertical scrollbar, but... Whatever.
This commit is contained in:
parent
ad5520ded4
commit
d1c477a76f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
$('#videoPlayer').removeClass('fullscreenVideo');
|
||||
} else {
|
||||
requestFullScreen(document.documentElement);
|
||||
requestFullScreen(document.body);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue