quarto-dev / quarto-dev/quarto-cli
RevealJS' slides not scrollable on centered slides
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
What Happened?
I'm trying to make the content of a RevealJS slide scrollable. As such, I've added the option scrollable: true to my qmd's YAML.
However, after rendering it, even though the content overflows the slide, the slide is not scrollable.
Expected Behavior
Once the option scrollable: is set to true, the overflowing slides should become scrollable.
Screenshots
-
Normal slide:
-
-
Overflowing slide:
-
-
Option in file's YAML:
-
Platform
- OS: Linux;
- Quarto version: 1.3.450
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with a RevealJS qmd on Linux using the YAML option scrollable: true, focusing on a centered slide whose content overflows. Trace the RevealJS slide rendering and scrolling behavior; done means overflowing centered slides can be scrolled while normal slides retain their existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100