mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 08:12:46 +08:00
FIX: Better positioning for "Skip to main content" button (#14286)
This commit is contained in:
parent
412587f70a
commit
85e95c9ec5
|
@ -880,8 +880,8 @@ table {
|
||||||
|
|
||||||
a#skip-link {
|
a#skip-link {
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: -200px;
|
top: -50px;
|
||||||
left: 1em;
|
left: 1em;
|
||||||
color: var(--secondary);
|
color: var(--secondary);
|
||||||
background: var(--tertiary);
|
background: var(--tertiary);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user