Hi Mario, could you be a little more explicit about the issues you’re having? The datgui element in your notebook seems to look and function OK for me. Sorry if I’m being dense.
Ah, OK. I think I understand. A little circle is appearing next to the datGui element due to one of Observable’s CSS rules. Maybe adding this CSS snippet helps?
.dg ul li:before {
content: none;
}
You can see it in action in this fork:
I made some other tweaks to avoid selecting elements and so that re-running the cell won’t add extra copies of the datGui element to the div.