Print at Dec 17, 2025, 10:44:47 AM

Posted by kingoftailor at Mar 30, 2022, 11:19:58 AM
Re: Sweet Home 3D JS Online
I resolved to hide 3d view and furniture details view:

#catalog-furniture-splitter {
display: none;
}

#furniture-view {
display: none;
}

#furniture-view .tree-table {
display: none;
}

#home-plan {
width: 100%;
height: calc(100% - 2px);
font-family: sans-serif;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
}

#plan-3D-view-splitter {
display: none;
}

#home-3D-view {
display: none;
}


The right click menus work perfectly.