"pointer-events: none" for children
October 03, 2018Sometimes you want to "disable" all the elements inside a certain element. So we can easly use pointer-events: none . The problem What if…
Sometimes you want to "disable" all the elements inside a certain element. So we can easly use pointer-events: none . The problem What if…
I'm a big fan of "css only" approaches ( For example ) and I'm sure I'm not alone. That's why I was so exsiting to get to know the pointer…