mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00: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 {
|
||||
padding: 0.25em 0.5em;
|
||||
position: absolute;
|
||||
top: -200px;
|
||||
position: fixed;
|
||||
top: -50px;
|
||||
left: 1em;
|
||||
color: var(--secondary);
|
||||
background: var(--tertiary);
|
||||
|
Loading…
x
Reference in New Issue
Block a user