Skip to main content

Z-index management

  • September 4, 2024
  • 5 replies
  • 7647 views

Przemek3

Hey,
It would be great if we could manage the z-index of some elements.
Example:

I 've got an element which has a built-in tool tip displayed on hover (or click, whatever) if it’s in auto-layout and the previous element is just above, this tool tip will appear behind this precedent element. The only way to make it appear on top is to place it manually on the actual layout which takes horrendous amount of time.

I suggest there would be an option “take the highest z-index” or such when defining “display overlay” in prototyping mode.

5 replies

Brian_Saunders
  • New Participant
  • September 4, 2024

This is not exactly what you’re asking for, but you may be able to work around this issue by flipping the auto layout canvas stacking order as shown in the attached image.


Przemek3
  • Author
  • Active Member
  • September 5, 2024

Hey, thanks that solves the issue but only when you are actually making a layout.
I prepare components for further use by others and it’s not very handy to constantly tell them to change the stacking.


Robson
  • New Member
  • September 7, 2025

I'm also experiencing the same problem and haven't been able to find a viable solution.


Jordi Vives Milià

I totally agree, we need z-index management.

In the example I attach below I’ve set the stacking as first on top because I need the gradient on the background to be under the carrousel. I need it to be under the faqs box too. However as the faqs box is positioned after the text with the gradient background it stays below.

Maybe I could set them both in an auto layout, change the stacking order for them both and keep the page autolayout as first on top but it would be much easier to have a z index input for each autolayout child.

 

 


Caesar_pb
  • New Participant
  • May 13, 2026

My main headache and pain point with the lack of z-index management, similar to what is available in CSS, is dealing with tooltips on a table: I understand that the “Canvas stacking” option in the auto layout settings can resolve this issue in some cases, but in tables, it is impossible for the tooltips to cover the entire content because there is always a row above or below that clips the tooltip. If we could set an index, i would be able to make the tooltip cover all the components and layers of this table. For the “kebab menu actions” i prioritize that the manu itself don’t get clipped. Here are screenshots of what I’m dealing:

I hope they add this feature some day. But for now, i have to show to my clients these ugly tooltips and menus in my tables.