mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
118f9e1920
commit
5a50783f06
1 changed files with 1 additions and 1 deletions
|
@ -1386,8 +1386,8 @@ function tryRemoveElement(elem) {
|
||||||
return videoElement;
|
return videoElement;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// we need to hide scrollbar when starting playback from page with animated background
|
|
||||||
if (options.fullscreen) {
|
if (options.fullscreen) {
|
||||||
|
// we need to hide scrollbar when starting playback from page with animated background
|
||||||
document.body.classList.add('hide-scroll');
|
document.body.classList.add('hide-scroll');
|
||||||
|
|
||||||
// Enter fullscreen in the webOS browser to hide the top bar
|
// Enter fullscreen in the webOS browser to hide the top bar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue