0
Skip to Content
About
Short Stories
Open Menu
Close Menu
About
Short Stories
Open Menu
Close Menu
About
Short Stories
I know Iām not
ALONE
ā¦
There are others out there..
Silent
.. like me .
Waiting
..
document.addEventListener('DOMContentLoaded', function() { var container = document.getElementById('horizontal-scroll-container'); if (!container) return; container.addEventListener('wheel', function(e) { if (window.innerWidth > 767) { e.preventDefault(); container.scrollLeft += e.deltaY; } }, { passive: false }); });