From 3ae346cbfc619e8146b91d4c60c8ee81a97600b4 Mon Sep 17 00:00:00 2001 From: Anton Pogrebnjak Date: Sat, 2 May 2026 13:12:00 +0200 Subject: [PATCH] Fixed header --- src/components/Header.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 4e53e80..53e0de3 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -54,14 +54,14 @@ import Socials from "./Socials.astro"; } .internal-links { - - position: absolute; + position: fixed; display: flex; flex-direction: row; justify-content: center; width: 100%; left: 0; right: 0; + pointer-events: none; } .internal-links a { @@ -69,6 +69,7 @@ import Socials from "./Socials.astro"; color: var(--text); border-bottom: 4px solid transparent; text-decoration: none; + pointer-events: auto; } .internal-links a.active {