mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: top bar not showing when reaching the top of the moments page (#205)
This commit is contained in:
@@ -143,6 +143,9 @@ function handleScroll() {
|
||||
scrollTop.value = document.documentElement.scrollTop
|
||||
}
|
||||
|
||||
if (scrollTop.value === 0)
|
||||
toggleTopBarVisible(true)
|
||||
|
||||
if (settings.value.autoHideTopBar && !hoveringTopBar.value && scrollTop.value !== 0) {
|
||||
if (scrollTop.value > oldScrollTop.value)
|
||||
toggleTopBarVisible(false)
|
||||
|
||||
Reference in New Issue
Block a user