mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed dlna user reporting
This commit is contained in:
parent
6429e4e379
commit
0b911596eb
4 changed files with 5 additions and 27 deletions
|
@ -210,6 +210,9 @@
|
|||
|
||||
if (elem.length) {
|
||||
elem[0].scrollIntoView();
|
||||
|
||||
// Scroll back up so in case vertical scroll was messed with
|
||||
$(document).scrollTop(0);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue