Hacker News new | ask | show | jobs
by leoff 374 days 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

1 comments

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