Something is seriously messed up with the scrolling on the "Screens" page. It causes huge lag on a 2015 MacBook Pro, just to display six gifs, and your mouse focus has to be in the middle of the page in order to scroll.
Scrolling on that page misbehaves because the images are in a div #contents with overflow-y: scroll, while its parent divs and body have overflow: hidden. Commenting out all the overflow CSS fixes scrolling (but breaks the sticky header and footer).
https://koekeishiya.github.io/chunkwm/screens.html
Why oh why does every page on the internet need a sticky header? Just give me a document already...