MCPcopy Create free account
hub / github.com/shipshapecode/tether / getOffsetParent

Function getOffsetParent

src/js/utils/parents.js:46–48  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

44}
45
46export function getOffsetParent(el) {
47 return el.offsetParent || document.documentElement;
48}

Callers 3

parents.spec.jsFile · 0.90
positionMethod · 0.90
moveMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…