Himas Rafeek
Posted on: 2 years ago
CSS

As if events weren’t even there…

If you want to have an element that appears on a higher z-index than another, but don’t want it to receive click events, use the following:


                                          #overlay {
    pointer-events: none;
}