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

Function paddingVert

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

Source from the content-addressed store, hash-verified

3551 return display.lineSpace.offsetTop
3552 }
3553 function paddingVert(display) {
3554 return display.mover.offsetHeight - display.lineSpace.offsetHeight
3555 }
3556 function paddingH(display) {
3557 if (display.cachedPaddingH) {
3558 return display.cachedPaddingH

Callers 3

calculateScrollPosFunction · 0.85
measureForScrollbarsFunction · 0.85
postUpdateDisplayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected