We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3696739 commit 30e3bebCopy full SHA for 30e3beb
Fraternal Tree.js
@@ -47,8 +47,8 @@ function setup() {
47
wind_dir.value("Right");
48
49
document.getElementById('cpicker').style.position = "absolute";
50
- document.getElementById('cpicker').style.left = "320px";
51
- document.getElementById('cpicker').style.top = "920px";
+ document.getElementById('cpicker').style.left = "40px";
+ document.getElementById('cpicker').style.top = "990px";
52
53
cnv.mousePressed(branchIt);
54
}
0 commit comments