comparison src/dad.css @ 3:6d5e4b38b4fb

start drag
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 21 Apr 2023 00:58:31 -0600
parents
children 4d699321068f
comparison
equal deleted inserted replaced
2:264646feb67b 3:6d5e4b38b4fb
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 }