]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
78920d7
)
Fixed skip-to-content link shadow being slightly visible
author
Dan Brown
<redacted>
Sat, 14 May 2022 12:59:10 +0000
(13:59 +0100)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/resources/sass/styles.scss
b/resources/sass/styles.scss
index cd5ab655771ded834a60c90c8c246bbe8b1cbcfa..ee99d76682c7edf1b8601bc037d0d5f033f2bfc4 100644
(file)
--- a/
resources/sass/styles.scss
+++ b/
resources/sass/styles.scss
@@
-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;