mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-04 00:09:58 +00:00
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:
parent
78920d7d65
commit
6fa699a835
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ $btt-size: 40px;
|
||||||
|
|
||||||
.skip-to-content-link {
|
.skip-to-content-link {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: -$-xxl;
|
top: -52px;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
z-index: 15;
|
z-index: 15;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue