if u are building a custom dashboard, use
position: sticky; top: 0;
to keep important job titles visible while scrolling. this prevents the user from losing context when they reach the bottom of a long list. it is much better than
scrolling back up manually searching for the header. **it also saves u from writing complex javascript scroll listeners