Skip to content
Merged
Prev Previous commit
Clear the sidebar's sticky header and footer when auto-scrolling to a…
… site
  • Loading branch information
bcotrim committed Jul 21, 2026
commit f6486cb601ed46eb40865a96fd2dcbcf76e52c7c
3 changes: 3 additions & 0 deletions apps/ui/src/components/site-list/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
.site {
display: flex;
flex-direction: column;
/* Keep scrollIntoView targets clear of the sidebar's sticky header and
footer, which paint over the scrollport's edges. */
scroll-margin-block: 64px;
}

.siteHeader {
Expand Down
Loading