Hello all - with regards to HTML interop with a Compose canvas, is there any way to display content over the HTML view, or is this fundamentally impossible?
I.e. I show some HTML in a pane, but I also have an expandable drawer to the side (which normally overlays the content). But since the HTML is above the canvas, it is also above the drawer.
I guess the only workaround would be some sort of utility which keeps track of Z-indices within the canvas, and calculates the opacity mask for the HTML view (i.e. if canvas is instructed to be at Z height 4, then it overlays main content at 3, but when a popup is shown at index 5 a mask in the shape of a popup is calculated and applied so that the HTML is "cut out")