fix small bug with skip to main content button
This commit is contained in:
parent
19b4026a50
commit
645fd818d4
1 changed files with 2 additions and 0 deletions
|
|
@ -129,12 +129,14 @@ const { title, optionalPreloads } = Astro.props;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 250ms ease-in-out;
|
transition: opacity 250ms ease-in-out;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.skip-to-main-content-link:focus {
|
.skip-to-main-content-link:focus {
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 15px;
|
left: 15px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue