view src/dad.css @ 10:ad2f6525c4c5

minor fix
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 11 May 2023 13:07:00 -0600
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;
}