logoalt Hacker News

clacker-o-maticlast Wednesday at 3:56 AM1 replyview on HN

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


Replies

leofflast Wednesday at 8:39 AM

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

show 1 reply