Nested Scroll View Window Scroll X

Scroll Right the window to se the Yellow Box ----->
Scroll Right to see the yellow box
Keep Scrolling Right to see the yellow box
You reach the child ScrollView, keep Scrolling Right to see the yellow box
Scroll Left to see the yellow box
Measure yellow square

Measure with Current Implementation (getBoundingClientRect)

{ "x": "", "y": "", "pageX": "", "pageY": "" }

Measure with New Implementation (Ignore Transform)

{ "x": "", "y": "", "pageX": "", "pageY": "" }