logoalt Hacker News

leofflast Wednesday at 8:39 AM1 replyview on HN

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


Replies

clacker-o-maticlast Wednesday at 11:49 AM

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