Hacker News new | ask | show | jobs
by perilunar 2991 days ago
>One example, scrolling table with fixed table head. Why is that not something I can specify declaratively?

You can:

    tbody {display:block; height:50vh; overflow:scroll;}