Home › Forums › CSS › [Solved] Z-index display with access beneath? › Reply To: [Solved] Z-index display with access beneath?
August 20, 2015 at 9:40 pm
#206814
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;
}