Make Skip to Content button hide higher up outside of view (#12790)

This commit is contained in:
Fernando Valverde 2021-02-23 09:16:54 -06:00 committed by GitHub
parent 4acb19f9cd
commit 9d4490f7da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,