mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
test: remove scrollbar and photoswipe
This commit is contained in:
parent
433dea51d6
commit
0e5905aaa3
11 changed files with 42 additions and 30 deletions
|
@ -19,7 +19,7 @@ function initScrollbar() {
|
|||
|
||||
const hideScrollbar = debounce(() => {
|
||||
body.classList.remove('scrolling')
|
||||
}, 1200)
|
||||
}, 1500)
|
||||
|
||||
scrollHandler = () => {
|
||||
body.classList.add('scrolling')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue