We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f3730 commit 6d12eb4Copy full SHA for 6d12eb4
1 file changed
frontend/src/pages/SessionDetail.tsx
@@ -227,7 +227,7 @@ export function SessionDetail() {
227
const maxScrollTop = container.scrollHeight - container.clientHeight
228
const isAtBottom = maxScrollTop - currentScrollTop < 24
229
const isScrollingDown = currentScrollTop > previousScrollTop + 4
230
- const isScrollingUp = currentScrollTop < previousScrollTop - 4
+ const isScrollingUp = currentScrollTop < previousScrollTop - 50
231
232
if (isAtBottom || isScrollingDown) {
233
setIsHeaderVisible(true)
0 commit comments