test: remove scrollbar and photoswipe

This commit is contained in:
radishzzz 2025-05-15 02:16:55 +01:00
parent 433dea51d6
commit 0e5905aaa3
11 changed files with 42 additions and 30 deletions

View file

@ -19,7 +19,7 @@ function initScrollbar() {
const hideScrollbar = debounce(() => {
body.classList.remove('scrolling')
}, 1200)
}, 1500)
scrollHandler = () => {
body.classList.add('scrolling')