Layers with longer names or nested layers overlap the edge of the layer menu:
As a workaround, one may add just before </head>
in index.html
:
<style type="text/css">div.panel{width:auto}</style>
Files:
cube.3dm (33.3 KB)
cube.iris.zip (251.9 KB)
Update
While I’m at it, a few more tweaks that I now put into a separate CSS file:
div.panel {
width: auto;
height: 100vh;
text-align: left;
overflow: auto;
}
div.panel button {
text-align: left;
}