I can enable a scrolling in a slide by adding {.scrollable} to the slide's title and updating the YAML
---
format:
revealjs:
scrollable: true
---
## Inferences from Posterior for Treatment Effect {.scrollable}
I am unclear on how to add multiple classes for scrolling and no stretch.
The following fail:
## Inferences from Posterior for Treatment Effect {.scrollable, .nostretch}
## Inferences from Posterior for Treatment Effect {.scrollable} {.nostretch}
You can add multiple classes just by simply lining them up one after the other, i.e.
## Inferences from Posterior for Treatment Effect {.scrollable .nostretch}