11 ms·
Nice site, slick. Not sure what use the data has to me, but I don't make posts, so that's my fault. It would be nice if the chart would move down or something
by NAHWheatCracker 1y ago
Nice site, slick. Not sure what use the data has to me, but I don't make posts, so that's my fault.
It would be nice if the chart would move down or something when you select a post that's lower in the rankings. I had to scroll back to the top after clicking one of the bottom posts.
- clacker-o-matic 1y agoThat’s a good idea; shouldn’t be terribly hard to implement
- leoff 1y agoit's easy: 1. add `position: relative;` to `main-container` 2. add `position: sticky; top: 0;` to `graph-container` you need to figure out what to do in the mobile display though
- clacker-o-matic 1y agoThanks!!! My sleep addled brain couldn’t quite figure it out last night