How to make such a layer relationship

How to make such a layer relationship

I can’t find the settings for the Z axis

Hi @Aqua

My understanding is that you would need to define your z-index directly in the Page Settings -> Add code.

MDS

@MDS is correct, currently the Class manager doesn’t support that attribute, you need to manually add it as mentioned above.

<style>
.myClass {
z-index: 999;
}
</style>

Looking forward to what @Norm has planned for version 4 :slight_smile: Hopefully we can add our own attributes to a class. There are way to many to have an easy to use UI (although a z-index would be great).

1 Like