view src/dad.css @ 8:969d5980b375

add lists
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 23 Apr 2023 23:55:37 -0600
parents 4d699321068f
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;
}