📜  cursor: not-allowed is not working with pointe events none in css Code Example

📅  最后修改于: 2022-03-11 14:47:54.653000             🧑  作者: Mango

代码示例1
.pointer-events-none {
    pointer-events: none;
}

.wrapper {
    cursor: not-allowed;
}