MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / isBodyOverflowing

Function isBodyOverflowing

src/utils.js:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22export function isBodyOverflowing() {
23 return document.body.clientWidth < window.innerWidth;
24}
25
26export function getOriginalBodyPadding() {
27 const style = window.getComputedStyle(document.body, null);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…