top | item 44177019

(no title)

NAHWheatCracker | 9 months 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.

discuss

order

clacker-o-matic|9 months ago

That’s a good idea; shouldn’t be terribly hard to implement

leoff|9 months ago

it'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