Skip to content

Commit 8e806c2

Browse files
committed
implement family tree
1 parent 91be9b3 commit 8e806c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/option-createNode.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
.orgchart .node .second-menu {
2222
display: none;
2323
position: absolute;
24-
top: 0;
25-
right: -70px;
24+
bottom: -35px;
25+
right: 0;
2626
border-radius: 35px;
2727
box-shadow: 0 0 10px 1px #999;
2828
background-color: #fff;

0 commit comments

Comments
 (0)