Replies: 1 comment 1 reply
-
If you want basic usage of sticky content, you can do it with CSS, as you suggest! The basics are:
The bar chart in the documentation for my Quarto extension, Sverto, uses this technique! If you'd like a more comprehensive toolkit for sticky content, @andrewpbray and I are the developers of Closeread, a Quarto extension focused on scrollytelling. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a summary table (cells counts by groups) that I want to put in the margins. Then the rest of the document are plots that show different histograms with facets that are based on the same groups in the table. instead of repeating the table throughout the document I would want that original table to scroll on the side as a reference.
How can I achieve something like that?
I know there is
sticky
css, but not sure how to use it in quarto.Beta Was this translation helpful? Give feedback.
All reactions