comparison src/dad.css @ 0:8f4df159f06b

start public repo
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 11 Jul 2025 20:57:49 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8f4df159f06b
1 [dad-drag] {
2 cursor: move;
3 touch-action: none;
4 }
5
6 [dad-original] {
7 visibility: hidden !important;
8 }
9
10 [dad-dragging] {
11 position: fixed !important;
12 margin: 0 !important;
13 z-index: 100;
14 }