We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e715219 + cc54ca4 commit 8b15366Copy full SHA for 8b15366
js/src/mpl_widget.js
@@ -142,6 +142,7 @@ var MPLCanvasView = widgets.DOMWidgetView.extend({
142
143
var canvas = this.canvas = document.createElement('canvas');
144
canvas.style.display = 'block';
145
+ canvas.style.position = 'absolute';
146
canvas.style.left = 0;
147
canvas.style.top = 0;
148
canvas.style.zIndex = 0;
0 commit comments