mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Hide scrollbar while the videoosd component is loading
This commit is contained in:
parent
3250100fad
commit
6250f5bca8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user