(no title)
NAHWheatCracker | 9 months ago
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.
NAHWheatCracker | 9 months ago
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|9 months ago
leoff|9 months ago
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