Partial plot with scroll bar when using `vertical_layout: scroll` with `flexdashboard` and `runtime: shiny`
I am trying to present a basic plot inside flexdashboard
with runtime: shiny
. That works fine with the flexdashboard
default, vertical_layout: fill
, but not with vertical_layout: scroll
, where the plot is partially hidden and I cannot figure out how to make the container box (not the plot) higher so as to show the full plot. Why add a scrollbar if the plot doesn’t use the entire screen space? Reprex: