Mercurial Hosting > linkmystyle
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/dad.css Fri Jul 11 20:57:49 2025 -0600 @@ -0,0 +1,14 @@ +[dad-drag] { + cursor: move; + touch-action: none; +} + +[dad-original] { + visibility: hidden !important; +} + +[dad-dragging] { + position: fixed !important; + margin: 0 !important; + z-index: 100; +}