Fixed skip-to-content link shadow being slightly visible

Would cause a slight dark area in top left of view while hidden.
This commit is contained in:
Dan Brown 2022-05-14 13:59:10 +01:00
parent 78920d7d65
commit 6fa699a835
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -138,7 +138,7 @@ $btt-size: 40px;
.skip-to-content-link {
position: fixed;
top: -$-xxl;
top: -52px;
left: 0;
background-color: #FFF;
z-index: 15;