From 83b6e4e53319cd41c3d2b32ea3ee7391f59299ac Mon Sep 17 00:00:00 2001 From: Giovanni Ruberto <31985931+Rabberpoli@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:13:32 +0100 Subject: [PATCH] fix(client): skip to content button overlapping the nav (#54217) Co-authored-by: Ahmad Abdolsaheb --- client/src/components/Header/header.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/components/Header/header.css b/client/src/components/Header/header.css index 79f653b9e0c..05bfe66f867 100644 --- a/client/src/components/Header/header.css +++ b/client/src/components/Header/header.css @@ -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;