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 13:13:32 +00:00
committed by GitHub
co-authored by Ahmad Abdolsaheb
parent 76b4c812cb
commit 83b6e4e533
+1 -2
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;