Html – Setting `overflow: hidden` on element to force scrollbars invalidates `transform: translateX(…)` on that same element
I made some kind of a slideshow in HTML and CSS, with a tiny bit of JavaScript. The slideshow is to run in a single viewport and is controllable using the keyboard's arrow keys. This all works quite well and…