jupyterlab-sidecar icon indicating copy to clipboard operation
jupyterlab-sidecar copied to clipboard

Document how to modify layout/styles

Open krassowski opened this issue 4 years ago • 0 comments

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?

krassowski avatar Jan 19 '21 22:01 krassowski