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

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

const NO_SCROLLBAR_STYLE_CLASS = "ui5-content-native-scrollbars";
const getEffectiveScrollbarStyle = () => document.body.classList.contains(NO_SCROLLBAR_STYLE_CLASS);
export default getEffectiveScrollbarStyle;
//# sourceMappingURL=getEffectiveScrollbarStyle.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy