fix
patch
hotfix/two-column-footer-overlap
#1 / 1
fix: footer-overlap regression from the two-column scroll fix
height: calc(100dvh - header) on the two-column grid assumed the grid always starts right below the global header. Pages with a hero/eyebrow/ stat-strip above the grid (issue list/detail, proposal detail, explore, docs, muse-docs, blame, profile) rendered the grid a full viewport tall measured from wherever it happened to sit on the page, pushing the footer down to overlap still-visible column content.
Moved the height cap from the grid wrapper to each column individually (max-height + overflow-y: auto, same pattern .blob2-panel already used correctly), leaving the grid's own height auto so it sizes to whichever column is tallest. Footer now always follows the actual rendered content.
sha256:ce8f568638dfcfc85e52fcc1a1679fd997badd739dc817f3104b1a886619991d
sha
~38
symbols
10 changed · 1021 in snapshot
files
sha256:b9fef25bf8bde55e828339c75f32b95cd8a3de68c1cdcfc95830c76442afb6c2
snapshot
~38
symbols modified
10
files changed
1021
files in snapshot
0
dead code introduced
Semantic Changes
38 symbols
Files Changed
~10
1021 in snapshot
~10
1021 in snapshot
← Older
Oldest on hotfix/two-column-footer-overlap
All commits
Newer →
Latest on hotfix/two-column-footer-overlap
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:ce8f568638dfcfc85e52fcc1a1679fd997badd739dc817f3104b1a886619991d --body "your comment"
No comments yet. Be the first to start the discussion.