]> juplo.de Git - website/commit
Fix layout buttons being covered by #footerlinks block area
authorKai Moritz <kai.milan.moritz@googlemail.com>
Sun, 5 Jul 2026 17:47:00 +0000 (17:47 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Sun, 5 Jul 2026 17:47:00 +0000 (17:47 +0000)
commitbe88a6e3f623a25d53e1b2621b7d3e30631c14cc
treeeaac62ed6d1b6e472d1210b8ba4004eef3a16fe6
parent95a22dafbf7c1b65dea719f2d5b24a909de58878
Fix layout buttons being covered by #footerlinks block area

#layout-switcher floats right and appears visually inside the footer row,
but #footerlinks (position:relative, no z-index) came after it in the DOM
and therefore painted on top in stacking order — covering ~80% of the buttons
and making them unclickable except at the very bottom edge.

Adding position:relative + z-index:1 to #layout-switcher puts it above
#footerlinks in the stacking context so all three buttons receive pointer events.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
public/css/screen.css
public/css/screen.css.map
src/styles/base/footer.scss