Closed
Description
In the Python extension when enabling IPyWidgets:
- Some widgest such as beakerx (have calendar controls)
- These controls are floating HTML elements, however when they overflow the bounds of the widget, they end up getting displayed behind the monaco editor.
- Seems like a zindex issue (monaco editors) are dislayed over the HTML content, hence get displayed over outputs.
@rebornix /cc