view src/dad.css @ 24:f8c97193c772 default tip

indexOf
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Jan 2026 18:48:04 -0700
parents 969d5980b375
children
line wrap: on
line source

[dad-drag] {
	cursor: move;
	touch-action: none;
}

[dad-original] {
	visibility: hidden !important;
}

[dad-dragging] {
	position: fixed !important;
	margin: 0 !important;
	z-index: 100;
}