coatless / quarto-webr

Community developed Quarto Extension to Embed webR for HTML Documents, RevealJS, Websites, Blogs, and Books.
https://quarto-webr.thecoatlessprofessor.com/
394 stars 19 forks source link

Editor max height i177 #180

Closed coatless closed 7 months ago

coatless commented 7 months ago

Adds in the ability to threshold the editor's growth by specifying editor-max-height.

Fixes an issue where the vertical scroll bar was always appearing by adding 2 pixels to the content height to ensure adequate line spacing when growing the editor window.

Close #177 and Close #164