Skip to content

Commit ad62b7e

Browse files
committed
idiomatically set zIndex when creating the Cartesian plot dragCover/coverSlip
1 parent 4f0f1f7 commit ad62b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/graph_interact.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@ function coverSlip() {
20602060
cStyle.right = 0;
20612061
cStyle.top = 0;
20622062
cStyle.bottom = 0;
2063-
cStyle['z-index'] = 999999999;
2063+
cStyle.zIndex = 999999999;
20642064
cStyle.background = 'none';
20652065

20662066
document.body.appendChild(cover);

0 commit comments

Comments
 (0)