Hide scrollbar while the videoosd component is loading

This commit is contained in:
ferferga 2020-05-14 14:18:29 +02:00
parent 3250100fad
commit 6250f5bca8

View File

@ -109,6 +109,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
function hidePrePlaybackPage() {
let animatedPage = document.querySelector('.page:not(.hide)');
animatedPage.classList.add('hide');
document.getElementsByTagName('body')[0].style = null;
}
function zoomIn(elem) {