resize: ;
Values:
both
horizontal
vertical
none
Determines whether an element is resizable or not.
cursor: ;
Values:
url() // add custom cursor
auto
crosshair
default
pointer
move
e-resize
ne-resize
nw-resize
n-resize
se-resize
sw-resize
s-resize
w-resize
text
wait
help
To set the mouse cursor when over an element.
pointer-events: none;
The element is never the target of pointer events. But pointer events will trigger events on parent element.