Rendering a dygraph htmlwidget on quarto document, shows an unexpected scrollbar on right side (and sometimes on bottom part too). It causes impossible to hover over last data point.
It happens on RStudio's Viewer Pane or with web-browsers like Firefox, Chrome or MS-Edge. Not allways with other web-browsers like Falkon or Konqueror.
You can see this issue on quarto-htmlwidget page or rendering a new document.
I've tried with different figure widths and heights and cannot fix it.
The scrollbar does not appear rendering over a Rmarkdown document
- Version Quarto-cli on OS: 1.2.269
- Version R Quarto package: 1.2
- Version RStudio: 2022.07.2.576
library(dygraphs)
dygraph(ldeaths, "All Deaths")

Rendering a dygraph htmlwidget on quarto document, shows an unexpected scrollbar on right side (and sometimes on bottom part too). It causes impossible to hover over last data point.
It happens on RStudio's Viewer Pane or with web-browsers like Firefox, Chrome or MS-Edge. Not allways with other web-browsers like Falkon or Konqueror.
You can see this issue on quarto-htmlwidget page or rendering a new document.
I've tried with different figure widths and heights and cannot fix it.
The scrollbar does not appear rendering over a Rmarkdown document