Interactive Tree Viewer
Interactive Tree Viewer
#builderContainer {
margin-top: 20px;
padding: 20px;
border: 2px solid black;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
max-width: 100%;
overflow-x: auto;
white-space: nowrap;
}
#tree-container {
min-width: 700px;
border: 2px solid black;
margin: auto;
background: white;
border-radius: 12px;
padding: 20px;
}