summaryrefslogtreecommitdiffstats
path: root/layouts/_partials/footer.html
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-10 12:29:34 +0200
committerDanilo M. <danix@danix.xyz>2026-04-10 12:29:34 +0200
commit77ccbe72fad5a4870185fff374f75471c16a9043 (patch)
tree2c1d9253803b54aa96f54a90b7e48a54f5ed268d /layouts/_partials/footer.html
parent1f9cc1d578de130ca9433e00422bded017a75f29 (diff)
downloaddanixxyz-theme-77ccbe72fad5a4870185fff374f75471c16a9043.tar.gz
danixxyz-theme-77ccbe72fad5a4870185fff374f75471c16a9043.zip
fix: hide skip-to-content link with transform instead of top positioning
Replace top: -40px positioning with transform: translateY(-100%) for more robust hiding. The link now: - Stays hidden by default (translateY(-100%) moves it above viewport) - Smoothly slides in when focused (on keyboard navigation) - Uses fixed positioning for reliability This is a more modern and accessible approach that ensures the skip link is invisible until needed. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'layouts/_partials/footer.html')
0 files changed, 0 insertions, 0 deletions