refactor: update scroll script

This commit is contained in:
Rico van Zelst
2025-05-16 16:30:00 +02:00
parent 76c51226c0
commit 33a3ff4be7
4 changed files with 4 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ if (skinsElement) {
ev.preventDefault();
skinsElement.scrollLeft += (ev.deltaY + ev.deltaX);
}
});
}, { passive: false });
}