Hacker News new | ask | show | jobs
by clacker-o-matic 383 days ago
That’s a good idea; shouldn’t be terribly hard to implement
1 comments

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

Thanks!!! My sleep addled brain couldn’t quite figure it out last night