Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad62b7e

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/plots/cartesian/graph_interact.js

Copy file name to clipboardExpand all lines: src/plots/cartesian/graph_interact.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.