Fixed header
This commit is contained in:
@@ -54,14 +54,14 @@ import Socials from "./Socials.astro";
|
|||||||
}
|
}
|
||||||
|
|
||||||
.internal-links {
|
.internal-links {
|
||||||
|
position: fixed;
|
||||||
position: absolute;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.internal-links a {
|
.internal-links a {
|
||||||
@@ -69,6 +69,7 @@ import Socials from "./Socials.astro";
|
|||||||
color: var(--text);
|
color: var(--text);
|
||||||
border-bottom: 4px solid transparent;
|
border-bottom: 4px solid transparent;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.internal-links a.active {
|
.internal-links a.active {
|
||||||
|
|||||||
Reference in New Issue
Block a user