diff --git a/app/globals.css b/app/globals.css index fb4d3cce3..88b5766e2 100644 --- a/app/globals.css +++ b/app/globals.css @@ -124,3 +124,8 @@ @apply bg-background text-foreground; } } + +/* Pointer-based drag handles must opt out of native touch scrolling. */ +.cursor-move { + touch-action: none; +}