UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 373 B
import{getScrollWidth as o}from"./get-scroll-width";export const getLockStyles=({disableBodyPadding:t})=>{const n=t?null:o();return`body {\n --removed-scroll-width: ${n}px;\n touch-action: none;\n overflow: hidden !important;\n position: relative !important;\n ${n?"padding-right: var(--removed-scroll-width) !important;":""}\n `};