MCPcopy Create free account
hub / github.com/breck7/scroll / paddingTop

Function paddingTop

external/.scrollLibs.js:3550–3552  ·  view source on GitHub ↗
(display)

Source from the content-addressed store, hash-verified

3548 // POSITION MEASUREMENT
3549
3550 function paddingTop(display) {
3551 return display.lineSpace.offsetTop
3552 }
3553 function paddingVert(display) {
3554 return display.mover.offsetHeight - display.lineSpace.offsetHeight
3555 }

Callers 5

intoCoordSystemFunction · 0.85
estimateCoordsFunction · 0.85
visibleLinesFunction · 0.85
maybeScrollWindowFunction · 0.85
positionNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected