quarto-ext / shinylive

Quarto extension to embed Shinylive for Python applications
https://quarto-ext.github.io/shinylive/
MIT License
141 stars 7 forks source link

`viewerHeight` should take any CSS unit #36

Closed gadenbuie closed 1 month ago

gadenbuie commented 6 months ago

viewerHeight: 300 becomes style="height: 300px", but viewerHeight: 300px is silently ignored.

At the very least, viewerHeight should support pixel units, but, if feasible, any valid CSS unit should be allowed.