Skip to content

Commit

Permalink
Merge pull request #10795 from quarto-dev/bugfix/issue-10616
Browse files Browse the repository at this point in the history
website - add z-index hack to #quarto-back-to-top button
  • Loading branch information
cscheid authored Sep 13, 2024
2 parents 4ca7321 + 043a381 commit ae3570f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion news/changelog-1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ All changes included in 1.6:

## Projects

- ([#10268](https://github.com/quarto-dev/quarto-cli/issues/10268)]): `quarto create` supports opening project in Positron, in addition to VS Code and RStudio IDE.
- ([#10268](https://github.com/quarto-dev/quarto-cli/issues/10268)): `quarto create` supports opening project in Positron, in addition to VS Code and RStudio IDE.

### Websites

- ([#10616](https://github.com/quarto-dev/quarto-cli/issues/10268)): Add a `z-index` setting to the 'back to top' button to ensure it is always visible.

## Quarto Blog

Expand Down
4 changes: 4 additions & 0 deletions src/resources/formats/html/bootstrap/_bootstrap-rules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2140,3 +2140,7 @@ code.sourceCode a.code-annotation-anchor {
margin-right: 0.3em;
}
}

#quarto-back-to-top {
z-index: 1000;
}

0 comments on commit ae3570f

Please sign in to comment.