fix(client): skip to content button overlapping the nav (#54217)

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Giovanni Ruberto
2024-03-29 14:13:32 +01:00
committed by GitHub
parent 76b4c812cb
commit 83b6e4e533

View File

@@ -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;