Make Skip to Content button hide higher up outside of view (#12790)
This commit is contained in:
parent
4acb19f9cd
commit
9d4490f7da
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
pointer-events: none;
|
||||
border-radius: var(--radius);
|
||||
height: var(--header-height);
|
||||
transform: translate(-50%, -100%);
|
||||
transform: translate(-50%, -200%);
|
||||
transition: transform var(--transition-props);
|
||||
|
||||
&:focus,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue