Skip to content
Discussion options

You must be logged in to vote

Yes using an empty header is the way to go. You can't add classes or attributes to --- delimiters. We have an example of that in the doc with background color https://quarto.org/docs/presentations/revealjs/#slide-backgrounds-without-a-title

Regarding the observed behavior, this is because you are using # used for section slide (internal title slide) and not ## which is the way to split slides and on which .scrollable is working. In short, scrollable works on normal slide not section slide (so by default when using ##)

We could make it work on section slide also maybe, but usually there are not much text on those slides - only titles for section.
https://quarto.org/docs/presentations/revea…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cderv
Comment options

Answer selected by harrylojames
@fuhrmanator
Comment options

@cderv
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
3 participants