Skip to content

Commit 4dacf4d

Browse files
author
Ben Jeffery
committed
Add a z-index to js-plotly-tester as a workaround for a chrome bug (#513)
1 parent 926bfd5 commit 4dacf4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/drawing/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,8 @@ drawing.makeTester = function(gd) {
462462
left: '-10000px',
463463
top: '-10000px',
464464
width: '9000px',
465-
height: '9000px'
465+
height: '9000px',
466+
'z-index': '1'
466467
});
467468

468469
// browsers differ on how they describe the bounding rect of

0 commit comments

Comments
 (0)