Sorry but I think interface simply doesn't support that. There is a replacement coming called UI, but that would appear to be a while off.
On Jul 25, 7:45 pm, MK <[EMAIL PROTECTED]> wrote: > Hi, > > I've noticed that the default behavior for Interface draggables is to > not allow scrolling the document while you're dragging. However, for a > certain project I need to be able to scroll the document while > dragging for users with small browser viewports. What is the easiest > way around this? I tried using an array for the 'containment' > property, setting h to document.body.clientHeight, but this didn't > seem to work. Any ideas?