Reputation: 15
Is there anyway to change the pointer cursor to the "not-allowed" cursor in the div or GridList component in reactJS or material UI?
Upvotes: 1
Views: 1424
Reputation: 2738
In the css just add cursor: not-allowed;
to the correct class/id of the div/element.
See more here.
Upvotes: 1