Currently I have the following:
<canvas id="backgroundCanvas" style="position: absolute; z-index: 1; display: inline;" width="950" height="1600"></canvas>
<div id="dmsInsWorkArea" class="dmsInsWorkArea">
<iframe name="rightSide">...</iframe>
<div name="leftSide" id="dmsInlineCommentsDiv" style="margin-left:70%;z-index: 10;">
<div name="dmsCommentBox:45" style="border-radius: 11px; width: auto; z-index: 10; border: 1px solid grey;"></div>
<div name="dmsCommentBox:46" style="border-radius: 11px; width: auto; z-index: 10; border: 1px solid grey;"></div>
</div>
</div>
Currently the canvas is on top of everything.
However, I would like to canvas to be on top of the rightSide, but below left leftSide.
Any idea how to do this? Changing the z-index of leftSide does not seems to work.
Image: https://ibb.co/3YGb673