FIX: Visible "skip navigation" link on some themes (#14211)
This commit is contained in:
parent
0e62602fbf
commit
4f3a7c6f07
|
@ -884,7 +884,7 @@ table {
|
|||
a#skip-link {
|
||||
padding: 0.25em 0.5em;
|
||||
position: absolute;
|
||||
top: -40px;
|
||||
top: -200px;
|
||||
left: 1em;
|
||||
color: var(--secondary);
|
||||
background: var(--tertiary);
|
||||
|
|
Loading…
Reference in New Issue