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

Function bodyIsOverflowing

app/src/static/js/react-bootstrap.js:9003–9007  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

9001}
9002
9003function bodyIsOverflowing(node) {
9004 var doc = (0, _ownerDocument.default)(node);
9005 var win = (0, _isWindow.default)(doc);
9006 return doc.body.clientWidth < win.innerWidth;
9007}
9008
9009function isOverflowing(container) {
9010 var win = (0, _isWindow.default)(container);

Callers 1

isOverflowingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…