Fixed header

This commit is contained in:
Anton Pogrebnjak
2026-05-02 13:12:00 +02:00
parent 26168627b4
commit 3ae346cbfc
+3 -2
View File
@@ -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 {