Skip to content

Commit

Permalink
Merge pull request #745 from benjeffery/zindex
Browse files Browse the repository at this point in the history
Add a z-index to js-plotly-tester as a workaround for a chrome bug
  • Loading branch information
etpinard authored Jul 14, 2016
2 parents 926bfd5 + 4dacf4d commit 2d8a0da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/drawing/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ drawing.makeTester = function(gd) {
left: '-10000px',
top: '-10000px',
width: '9000px',
height: '9000px'
height: '9000px',
'z-index': '1'
});

// browsers differ on how they describe the bounding rect of
Expand Down

0 comments on commit 2d8a0da

Please sign in to comment.