sendou.ink/app/features/tier-list-maker/components/DraggableItem.module.css
2026-01-06 18:23:52 +02:00

7 lines
94 B
CSS

.item {
cursor: move;
touch-action: none;
user-select: none;
-webkit-user-select: none;
}