Demo
https://jsfiddle.net/me7jb6f8/
Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>organizationTree</title>
<style>
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.box {
position: absolute;
width: 9999px;
height: 9999px;
overflow: auto;
top: 300px;
}
.box-item {
width: 80px;
height: 30px;
border: 1px solid #ccc;
position: ab