We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e19175 commit 7c8f19eCopy full SHA for 7c8f19e
assets/css/bundle.css
@@ -23821,7 +23821,9 @@ main blockquote p{
23821
content:" ";
23822
display:block;
23823
height:106px;
23824
- margin-top:-106px
+ margin-top:-106px;
23825
+ position:absolute;
23826
+ z-index:-1
23827
}
23828
23829
theme/src/scss/main.scss
@@ -287,6 +287,8 @@ $sitenav-offset: calc($sitenav-height + 16px);
287
display: block;
288
height: $sitenav-offset;
289
margin-top: -$sitenav-offset;
290
+ position: absolute;
291
+ z-index: -1;
292
293
294
0 commit comments