fix: customize-toolbar unintentionally causes infinite scroll during drag (#4018)

This commit is contained in:
Fatpandac 2025-06-30 20:41:51 +08:00 committed by GitHub
parent a5b834b9eb
commit 4fcaf20a57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ const CustomizeToolbar = () => {
return (
<div
className="mx-auto w-full max-w-[800px] space-y-4"
className="mx-auto w-full max-w-[800px] space-y-4 overflow-hidden"
onPointerDown={(event) => event.stopPropagation()}
>
<div className="mb-4">