Control zindex of HTML nodes

Hi,
When I have a node that contains html content, the html content is always positioned on top of the non-html content (such as svg shapes). Is it possible to have non-html content layered on top of html content of nodes?

Thanks,

Gareth

1 Reply 1 reply marked as answer

GG Gowtham Gunashekar Syncfusion Team April 12, 2021 06:57 AM UTC

Hi Gareth, 
 
In our Diagram component, we have maintaining two layers one is SVG layer(preserves non-html content elements) and another one is HTML layer(preserves html content element). The HTML layer takes place above the SVG layer so all the HTML content elements will be positioned on top of the non-HTML element. It's the behavior of the diagram component. So, we are suggesting you to use either all the nodes as HTML nodes or all the nodes as SVG nodes to overcome this issue 
 
 
Regards, 
Gowtham

Marked as answer
Loader.
Up arrow icon