fix(layout): scroll body content on static pages so long lists are reachable #46
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/scrollable-static-pages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
<section>that did not scroll. Long member or invitation lists overflowed<main>(which isoverflow-hiddento keep room/DM panes from scrolling the page) and the rows below the fold were unreachable.flex-1 overflow-y-autoso they scroll within<main>. Pin<main>itself tomin-h-0as well; without itflex-1children with internal overflow can push the parent past100%height in some browsers, undoing the new scroll containers.db_search.rs. The merge that landed those tests did not run rustfmt andcargo fmt --checkwas failing on this branch.Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com