mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-10 09:05:55 -05: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user