/* Disable dragging the crafting table */ .crafting-table img { user-select: none; pointer-events: none; }