the situation: The rendered document is bigger than the available cocktailview.viewport.
I understand, the HTML intrinsic scrolling is not yet available (issue #358).
Is there a way to scroll the complete content of the cocktailview (scrollRect et al.)? I used the debugger to dive into the depth of the Cocktail class structure (at runtime) but couldn’t find a display object that is bigger than the viewport. It seems the masking/clipping is done somewhere deep, deep down…