diff --git a/docs/presentations/revealjs/index.qmd b/docs/presentations/revealjs/index.qmd index 7eaf603976..406b7313b6 100644 --- a/docs/presentations/revealjs/index.qmd +++ b/docs/presentations/revealjs/index.qmd @@ -55,6 +55,18 @@ format: --- ``` +Please note that section title slides are centered by default which prevents them from being scrollable. +If you want to make title slides scrollable, you need to make them non-centered. + +``` {.yaml} +--- +format: + revealjs: + scrollable: true + center-title-slide: false +--- +``` + {{< include _callout-auto-stretch-scrollable.qmd >}} {{< include ../_speaker-notes.md >}}