mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
bug fixes for headroom
This commit is contained in:
parent
4a5fc817fb
commit
a03502646c
4 changed files with 56 additions and 60 deletions
|
@ -108,8 +108,7 @@ define(['scroller', 'dom', 'layoutManager', 'inputManager', 'focusManager', 'bro
|
|||
var headroom = new Headroom([], {
|
||||
scroller: elem
|
||||
});
|
||||
// initialise
|
||||
headroom.init();
|
||||
|
||||
headroom.add(document.querySelector('.skinHeader'));
|
||||
elem.headroom = headroom;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue