]> 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@juplo.de>
Sun, 12 Jul 2026 10:27:24 +0000 (12:27 +0200)
commitd992127bfbf06831ffcb4a0bf848891097541f59
tree8110c52755313e8eec834748cceec8c08ffc2637
parent3d752680d9a83ce3a658ec96b45068b674bc6ea5
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