All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.util.getEffectiveScrollbarStyle.js.map Maven / Gradle / Ivy

{"version":3,"file":"getEffectiveScrollbarStyle.js","sourceRoot":"","sources":["../../src/util/getEffectiveScrollbarStyle.ts"],"names":[],"mappings":"AAAA,MAAM,wBAAwB,GAAG,+BAA+B,CAAC;AAEjE,MAAM,0BAA0B,GAAG,GAAG,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,wBAAwB,CAAC,CAAC;AAEpG,eAAe,0BAA0B,CAAC","sourcesContent":["const NO_SCROLLBAR_STYLE_CLASS = \"ui5-content-native-scrollbars\";\n\nconst getEffectiveScrollbarStyle = () => document.body.classList.contains(NO_SCROLLBAR_STYLE_CLASS);\n\nexport default getEffectiveScrollbarStyle;\n"]}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy