Skip to content

Commit

Permalink
Fix header in place when scrolling long pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveRosam committed Sep 6, 2024
1 parent 6b532de commit dd6fdbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -792,4 +792,8 @@ li.blog-date.md-meta__item {

div.blog-header > div > ul > li {
color: #787886;
}

header{
position: fixed !important;
}

0 comments on commit dd6fdbf

Please sign in to comment.