Replies: 0
I’m trying to edit product data through the related box in the backend product page, but I cannot click on any element to change it. If I inspect the elements, everyone of them has this inline style set:
opacity: 0.5; pointer-events: none; cursor: not-allowed;
and I can’t find the reason. The console doesn’t report any error.