style: move script to vite manifest

This commit is contained in:
Rico van Zelst
2023-11-09 08:54:32 +01:00
parent 1028ab1e88
commit 850564c096
4 changed files with 7 additions and 11 deletions

View File

@@ -132,11 +132,3 @@
</div>
</div>
</section>
<script>
// !TODO: Move this to its own file.
skinsElement.addEventListener('wheel', (ev) => {
ev.preventDefault(); // stop scrolling in another direction
skinsElement.scrollLeft += (ev.deltaY + ev.deltaX);
});
</script>