How to make vertical scrollbar appear in RMarkdown code chunks (html view)
问题 I've found many examples outlining how to add horizontal scrollbars to R Markdown HTML output, including this specific example here. However, none that describe how to add vertical scrollbars. Again borrowing from the linked example, but transposing a wide matrix to a "tall" matrix, I'd like to scroll vertically through the matrix in my ioslide presentation. --- title: "Vertical needs" author: "Hyped" date: "December 13, 2016" output: ioslides_presentation --- ```{r setup, include=FALSE}