MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / setScrollbarWidth

Function setScrollbarWidth

src/utils.js:18–20  ·  view source on GitHub ↗
(padding)

Source from the content-addressed store, hash-verified

16}
17
18export function setScrollbarWidth(padding) {
19 document.body.style.paddingRight = padding > 0 ? `${padding}px` : null;
20}
21
22export function isBodyOverflowing() {
23 return document.body.clientWidth < window.innerWidth;

Callers 3

closeFunction · 0.90
closeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…