mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update headroom tolerance
This commit is contained in:
parent
4732c2a4ab
commit
b869606fdc
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ var AppInfo = {};
|
||||||
var headroom = new Headroom([], {
|
var headroom = new Headroom([], {
|
||||||
// or scroll tolerance per direction
|
// or scroll tolerance per direction
|
||||||
tolerance: {
|
tolerance: {
|
||||||
down: 20,
|
down: 0,
|
||||||
up: 0
|
up: 0
|
||||||
},
|
},
|
||||||
classes: {
|
classes: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue