@guruhotel/aura-hooks
Version:
🪝 Hooks library designed by the Guruhotel team for Aura UI
1 lines • 422 B
JavaScript
exports.__esModule=!0,exports.getLockStyles=void 0;var o=require("./get-scroll-width");exports.getLockStyles=({disableBodyPadding:t})=>{const e=t?null:(0,o.getScrollWidth)();return`body {\n --removed-scroll-width: ${e}px;\n touch-action: none;\n overflow: hidden !important;\n position: relative !important;\n ${e?"padding-right: var(--removed-scroll-width) !important;":""}\n `};