[data-drag-scroll] {
	cursor: grab;
	user-select: none;

	&:active {
		cursor: grabbing;
	}

	&[data-drag-scroll-dragging] {
		& > * {
			pointer-events: none;
		}
	}
}