MCPcopy Create free account
hub / github.com/docker/getting-started / isOverflowing

Function isOverflowing

app/src/static/js/react-bootstrap.js:9009–9012  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

9007}
9008
9009function isOverflowing(container) {
9010 var win = (0, _isWindow.default)(container);
9011 return win || isBody(container) ? bodyIsOverflowing(container) : container.scrollHeight > container.clientHeight;
9012}
9013
9014module.exports = exports.default;
9015

Callers

nothing calls this directly

Calls 2

isBodyFunction · 0.85
bodyIsOverflowingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…