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