jupyter-widgets / jupyterlab-sidecar

A sidecar output widget for JupyterLab
BSD 3-Clause "New" or "Revised" License
247 stars 39 forks source link

Document how to modify layout/styles #59

Open krassowski opened 3 years ago

krassowski commented 3 years ago

Several issues point out that the current flex style prevents proper control of the content in sidecar, #6, #25.

I have expected Sidecar(title='', layout={'overflow': 'auto'}) to work as Sidecar inherits from Output which accepts layout argument (and passes the arguments to HTML), but for Sidecar those appear to be ignored. How do I control layout in the sidecar?