Skip to main content
Question

Cannot get canvas stacking to work as expected.

  • March 5, 2025
  • 2 replies
  • 65 views

Hannah_B

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 

This topic has been closed for replies.

2 replies

tri.npt
  • New Member
  • 1 reply
  • March 6, 2025

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


Hannah_B
  • Author
  • New Member
  • 1 reply
  • March 7, 2025

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!