fix
BREAKING
fix/two-column-scroll-layout
#1 / 2
fix: replace sticky two-column layout with bounded-height independent scroll
position: sticky combined with body { zoom: 1.25 } broke sticky positioning and 100dvh calculations, so the right column dragged the left column along when scrolling instead of scrolling independently. Replaced every sticky-sidebar two-column layout (repo home, issues list/detail, proposal detail, explore, docs, muse-docs, blame, profile graph) with a bounded-height grid where each column owns its own overflow-y: auto, matching the pattern already used correctly on the commit-detail page.
sha256:a21cbf80bf1a137097c8f8ad029fb5fefee244280123ea6d2701b175b1baf62a
sha
+1
~41
−1
symbols
sha256:4532795244fa9567ee1667701f067f40c9333becc6fea197450a5430d06b64ec
snapshot
+1
symbol added
~41
symbols modified
−1
symbol removed
0
dead code introduced
Older
fix(layout): two-column sticky sidebar scroll across all pages (…
sha256:3ff952bf9840772755d63295c58e272a14a808035a2d93b7896ba8e0cf602171
All commits
Newer →
Latest on fix/two-column-scroll-layout
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:a21cbf80bf1a137097c8f8ad029fb5fefee244280123ea6d2701b175b1baf62a --body "your comment"
No comments yet. Be the first to start the discussion.