mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 12:01:33 +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
|
@ -122,11 +122,14 @@ document.addEventListener('astro:page-load', initWaline)
|
|||
--at-apply: 'start-0 rounded border-secondary/25';
|
||||
}
|
||||
#waline .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar {
|
||||
--at-apply: 'w-1.2';
|
||||
--at-apply: 'w-1.25';
|
||||
}
|
||||
#waline .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb {
|
||||
--at-apply: 'bg-secondary/25';
|
||||
}
|
||||
#waline .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:hover {
|
||||
--at-apply: 'bg-secondary/40';
|
||||
}
|
||||
#waline .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece {
|
||||
--at-apply: 'bg-transparent';
|
||||
}
|
||||
|
|
|
@ -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