Skip to content

Commit

Permalink
Merge pull request #122 from SylvainCorlay/fixup-jlab-layout
Browse files Browse the repository at this point in the history
Fixup jlab layout
  • Loading branch information
martinRenou committed Jul 5, 2019
2 parents e715219 + cc54ca4 commit 8b15366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/mpl_widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ var MPLCanvasView = widgets.DOMWidgetView.extend({

var canvas = this.canvas = document.createElement('canvas');
canvas.style.display = 'block';
canvas.style.position = 'absolute';
canvas.style.left = 0;
canvas.style.top = 0;
canvas.style.zIndex = 0;
Expand Down

0 comments on commit 8b15366

Please sign in to comment.