Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
@@ -1386,8 +1386,8 @@ function tryRemoveElement(elem) {
|
||||
return videoElement;
|
||||
});
|
||||
} else {
|
||||
// we need to hide scrollbar when starting playback from page with animated background
|
||||
if (options.fullscreen) {
|
||||
// we need to hide scrollbar when starting playback from page with animated background
|
||||
document.body.classList.add('hide-scroll');
|
||||
|
||||
// Enter fullscreen in the webOS browser to hide the top bar
|
||||
|
||||
Reference in New Issue
Block a user