How do I disable scrollbar for Shiny output? #5839
-
DescriptionI want to disable the scrollbar around a Shiny plot. That is, I want the plot to be shown fully, without needing to scroll. I searched online, on Quarto manuals and through these discussions but I was unable to find a method that worked. Here is a reproducible example:
This is a screenshot of the content when I render it: This is what I would like, instead: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to adapt the default for shiny plot output. See function parameters It would be good to maybe try respecting some document sizing options, but this is still open issue: rstudio/shiny#1833 |
Beta Was this translation helpful? Give feedback.
You need to adapt the default for shiny plot output. See function parameters
https://shiny.posit.co/r/reference/shiny/1.7.4/plotoutput
It would be good to maybe try respecting some document sizing options, but this is still open issue: rstudio/shiny#1833