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
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.