{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oXwtucKfnY5phRzX5nNk/dBikL2CYf7NfBuCRTPIx/Hide_Scrollbar.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useLayoutEffect}from\"react\";export function withScroll(Component){return props=>{useLayoutEffect(()=>{// Crear el estilo para ocultar el scrollbar\nconst style=document.createElement(\"style\");style.innerHTML=`\n        ::-webkit-scrollbar { display: none; }\n        * { scrollbar-width: none; -ms-overflow-style: none; }\n      `;document.head.appendChild(style);// Cleanup: Eliminar el estilo al desmontar\nreturn()=>{if(style.parentNode){style.parentNode.removeChild(style);}};},[]);return /*#__PURE__*/_jsx(Component,{...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withScroll\":{\"type\":\"reactHoc\",\"name\":\"withScroll\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hide_Scrollbar.map"],
  "mappings": "gDAAqF,SAASA,EAAWC,EAAU,CAAC,OAAOC,IAAQC,EAAgB,IAAI,CACvJ,IAAMC,EAAM,SAAS,cAAc,OAAO,EAAE,OAAAA,EAAM,UAAU;AAAA;AAAA;AAAA,QAGpD,SAAS,KAAK,YAAYA,CAAK,EACjC,IAAI,CAAIA,EAAM,YAAYA,EAAM,WAAW,YAAYA,CAAK,CAAG,CAAE,EAAE,CAAC,CAAC,EAAsBC,EAAKJ,EAAU,CAAC,GAAGC,CAAK,CAAC,EAAI",
  "names": ["withScroll", "Component", "props", "fe", "style", "p"]
}
