FIX: Better positioning for "Skip to main content" button (#14286)

This commit is contained in:
Penar Musaraj 2021-09-08 21:28:55 -04:00 committed by GitHub
parent 412587f70a
commit 85e95c9ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -880,8 +880,8 @@ table {
a#skip-link {
padding: 0.25em 0.5em;
position: absolute;
top: -200px;
position: fixed;
top: -50px;
left: 1em;
color: var(--secondary);
background: var(--tertiary);