diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-10 12:29:34 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-10 12:29:34 +0200 |
| commit | 77ccbe72fad5a4870185fff374f75471c16a9043 (patch) | |
| tree | 2c1d9253803b54aa96f54a90b7e48a54f5ed268d /layouts/partials/form-components.html | |
| parent | 1f9cc1d578de130ca9433e00422bded017a75f29 (diff) | |
| download | danixxyz-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/form-components.html')
0 files changed, 0 insertions, 0 deletions
