@indielayer/ui
Version:
Indielayer UI Components with Tailwind CSS build for Vue 3
12 lines (11 loc) • 327 B
JavaScript
let o = -1;
function i(d = !1) {
if (o === -1 || d) {
const e = document.createElement("div"), t = e.style;
t.width = "50px", t.height = "50px", t.overflow = "scroll", document.body.appendChild(e), o = e.offsetWidth - e.clientWidth, document.body.removeChild(e);
}
return o;
}
export {
i as getScrollbarSize
};