You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 asSidecar
inherits fromOutput
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?The text was updated successfully, but these errors were encountered: