]> BookStack Code Mirror - bookstack/commitdiff
Fixed skip-to-content link shadow being slightly visible
authorDan Brown <redacted>
Sat, 14 May 2022 12:59:10 +0000 (13:59 +0100)
committerDan Brown <redacted>
Sat, 14 May 2022 12:59:10 +0000 (13:59 +0100)
Would cause a slight dark area in top left of view while hidden.

resources/sass/styles.scss

index cd5ab655771ded834a60c90c8c246bbe8b1cbcfa..ee99d76682c7edf1b8601bc037d0d5f033f2bfc4 100644 (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;