closed
Public

Hi,

I’m having a bit of trouble using the confirm message box. It is an element that has separate bits (text, buttons, image). They are not grouped so it makes it a bit difficult to use but this is not a huge issue as you can group it yourself.

The issue is that how do I have my box over some other elements but not have the elements behind show through? At the moment I’m getting this (see image). What I need is the box to be opaque so that the stuff behind doesn’t show up but its already opaque!

Please help.

Thanks

Ziad

2 answers

Hi Ziad, it is not about the opacity, but the Z value.

Currently your confirm message box is covered by the text content. You can set a higher Z value for the confirm message box to solve this problem.

#1

Great stuff Xavier, thanks.

#2

This question is now closed