From d0ba0452a6512da93863462e66b3139a2479be9e Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger Date: Fri, 13 Sep 2024 10:30:30 -0700 Subject: [PATCH 1/2] website - add z-index hack to #quarto-back-to-top button --- src/resources/formats/html/bootstrap/_bootstrap-rules.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/resources/formats/html/bootstrap/_bootstrap-rules.scss b/src/resources/formats/html/bootstrap/_bootstrap-rules.scss index e867a0316a3..f49125b5832 100644 --- a/src/resources/formats/html/bootstrap/_bootstrap-rules.scss +++ b/src/resources/formats/html/bootstrap/_bootstrap-rules.scss @@ -2140,3 +2140,7 @@ code.sourceCode a.code-annotation-anchor { margin-right: 0.3em; } } + +#quarto-back-to-top { + z-index: 1000; +} From 043a3812bd0b546b4a98cc4420c9b91743ba7eca Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger Date: Fri, 13 Sep 2024 11:52:19 -0700 Subject: [PATCH 2/2] changelog --- news/changelog-1.6.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/news/changelog-1.6.md b/news/changelog-1.6.md index 2b6aa9eb77b..4d651ccb54a 100644 --- a/news/changelog-1.6.md +++ b/news/changelog-1.6.md @@ -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