Error while dragging fields fixed

This commit is contained in:
OlgunR
2025-12-09 09:50:10 +01:00
parent 4a7676765c
commit ab3e7fb4e9
3 changed files with 50 additions and 9 deletions

View File

@@ -110,6 +110,7 @@ canvas {
background: rgba(15, 23, 42, 0.9);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
user-select: none;
touch-action: none;
}
.overlay.signature img {