You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of `getComputedStyle(element, 'position') == 'static'` is to detect that `element` is not "positioned".
[`HTMLElement.offsetParent`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetParent) returns the nearest positioned element in the containment hierarchy.
`element.resizeSensor.offsetParent !== element` mean that `element` is not positioned.
Right ?
0 commit comments