Commit b48e641
committed
fix(settings): adds hysteresis to header scroll threshold
Shrink at scrollY > 50, expand only at scrollY < 10. The 40px dead
zone absorbs the ~32px content shift from header padding change,
preventing the layout feedback loop where header resize triggers
scroll position change which re-triggers header resize.1 parent a4074e5 commit b48e641
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
0 commit comments