initial commit
This commit is contained in:
1
node_modules/@headlessui/react/dist/hooks/document-overflow/adjust-scrollbar-padding.js
generated
vendored
Normal file
1
node_modules/@headlessui/react/dist/hooks/document-overflow/adjust-scrollbar-padding.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
function c(){let o;return{before({doc:e}){var l;let n=e.documentElement;o=((l=e.defaultView)!=null?l:window).innerWidth-n.clientWidth},after({doc:e,d:n}){let t=e.documentElement,l=t.clientWidth-t.offsetWidth,r=o-l;n.style(t,"paddingRight",`${r}px`)}}}export{c as adjustScrollbarPadding};
|
||||
Reference in New Issue
Block a user