Opt-out from Auto Scroll Warning in Dev Mode

Author: ChaosteCreated Aug 26, 2025Updated Jun 22, 2026

Hey devs,

We've just moved our website builder over to use this library and are super happy with it. I noticed a warning when scrolling through the developer logs during development.

Auto scrolling has been attached to an element that appears not to be scrollable

Image

I see why this warning makes sense in usual scenarios. As we have added support for panning through CSS translate, it works without overflow and thus creates this warning as a false positive.

The code firing this warning already shows a comment that there could be a config parameter to opt-out from the warning if not applicable: https://github.com/atlassian/pragmatic-drag-and-drop/blob/d5a129c85e80cbcb4d9323b3c2010360bf6c1539/packages/auto-scroll/src/over-element/make-api.ts#L25-L31

I'd like to get rid of this warning but I also didn't want to go with monkey patching the warning logs. Is it possible for you to add this configuration?

Thanks in advance, Thomas

Source: atlassian/pragmatic-drag-and-drop