Skip to content

Commit

Permalink
feat: add back to top button (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Aug 5, 2024
1 parent dea5327 commit 3a3d280
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ website:
image: "assets/media/quarto-extensions.png"
favicon: "assets/media/quarto-extensions.svg"
page-navigation: true
back-to-top-navigation: true
open-graph: true
twitter-card: true
repo-actions: [edit, issue]
Expand Down
4 changes: 4 additions & 0 deletions assets/stylesheets/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
vertical-align: top;
text-transform: capitalize;
}

#quarto-back-to-top {
z-index: 100; /* Make sure it's above everything else */
}
2 changes: 1 addition & 1 deletion authors.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ listing:
- title
filter-ui:
- title
page-size: 9
page-size: 36
field-display-names:
title: "Name"
stars: "Stars"
Expand Down

0 comments on commit 3a3d280

Please sign in to comment.