UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

8 lines (7 loc) 242 B
function getScrollbarWidth() { const documentWidth = document.documentElement.clientWidth; const windowWidth = window.innerWidth; return windowWidth - documentWidth; } export { getScrollbarWidth }; //# sourceMappingURL=dom.js.map