MCPcopy Create free account
hub / github.com/microsoft/SandDance / hasVerticalOverflow

Function hasVerticalOverflow

docs/app/js/sanddance-app.js:25751–25753  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

25749 return element.clientWidth < element.scrollWidth;
25750}
25751function hasVerticalOverflow(element) {
25752 return element.clientHeight < element.scrollHeight;
25753}
25754function hasOverflow(element) {
25755 return hasHorizontalOverflow(element) || hasVerticalOverflow(element);
25756}

Callers 1

hasOverflowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected