mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: topbar mask not displaying on non-homepage
This commit is contained in:
@@ -142,6 +142,12 @@ onMounted(() => {
|
||||
})
|
||||
}
|
||||
|
||||
document.addEventListener('scroll', () => {
|
||||
if (window.scrollY > 0)
|
||||
showTopbarMask.value = true
|
||||
else showTopbarMask.value = false
|
||||
})
|
||||
|
||||
if (!isBilibiliHomePage.value) {
|
||||
const originalTopBar: HTMLElement = document.querySelector('#biliMainHeader, #bili-header-container') as HTMLElement
|
||||
if (originalTopBar)
|
||||
|
||||
Reference in New Issue
Block a user