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
When customizing my own widget, I need to calculate the output area width. If the node 'jp-OutputArea-output' has css attribute 'overflow: visible', I cannot get the correct width.
And there's no means to change css attribute of node 'jp-OutputArea-output', because it's my parent node.
Without 'jupyter-widgets' class, the node 'jp-OutputArea-output' has css attribute 'overflow: auto' which is fine.