Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Z-index display with access beneath? Reply To: [Solved] Z-index display with access beneath?

#206814
Shikkediel
Participant

is there an attribute I can set so that it doesn’t prevent access to control elements on lower layers?

I do believe there is such a thing :

#topelement {
pointer-events: none;
}