fix: customize-toolbar unintentionally causes infinite scroll during drag (#4018)
This commit is contained in:
parent
a5b834b9eb
commit
4fcaf20a57
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue