Description
The current implementations of scrollable overflow seems to be quite quirky and specific in terms of direct descendant contribution. Where it would consider the untransformed box of direct descendant, As shown in this example. With the untransformed box of non-direct descendant being omitted, shown by this example. Meanwhile, the scrollable overflow implementations is ignoring the untransformed box in case the box is absolute positioned while the parent element established absolute positioned containing block, shown here.
This quite particular behavior however, is not specifically defined or mentioned in scrollable overflow definition. I believe it would be good to have a consistent behavior for this case, maybe omitting the untransformed box since scrollable overflow are supposed to show till the farthest corner of descendant anyway. Or, an additional explanation for these behavior.