mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(client): skip to content button overlapping the nav (#54217)
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
parent
76b4c812cb
commit
83b6e4e533
@ -7,8 +7,7 @@
|
||||
|
||||
.skip-to-content-button {
|
||||
position: absolute;
|
||||
top: var(--header-height);
|
||||
border-radius: 15px;
|
||||
top: calc(var(--header-height) + 10px);
|
||||
font-weight: 600;
|
||||
padding-block: 1em;
|
||||
padding-inline: 1.5em;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user