UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

10 lines (7 loc) 296 B
'use client'; 'use strict'; function isScrollingWithinScrollbarBounds(scrollPos, maxScrollPos) { return scrollPos > 0 && scrollPos < maxScrollPos; } exports.isScrollingWithinScrollbarBounds = isScrollingWithinScrollbarBounds; //# sourceMappingURL=is-scrolling-within-scrollbar-bounds.cjs.map