Skip to main content

I am trying to create a dropdown widget that displays a calendar. I want it to appear over the top of other elements on the screen when the user clicks the widget.

I have tried setting the canvas stacking to ‘first on top’ for the component variant, but I still can’t get it to work. Is there something that I’m missing? 

I have tried to attach some screenshots to this question but they would not upload. 

Please help, this is driving me nuts! 😂

Best,

Hannah 

Have you checked all the parent frames of it? I believe one of them is ticked on ‘Last on top’.


Ah, ok. I had to apply an auto-layout to my outer frame (it was just a frame, no auto-layout) and set the canvas stacking there. 

Thanks tri.npt!