UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

1 lines 414 B
{"version":3,"file":"is-scrolling-within-scrollbar-bounds.mjs","names":[],"sources":["../../../../src/components/ScrollArea/utils/is-scrolling-within-scrollbar-bounds.ts"],"sourcesContent":["export function isScrollingWithinScrollbarBounds(scrollPos: number, maxScrollPos: number) {\n return scrollPos > 0 && scrollPos < maxScrollPos;\n}\n"],"mappings":";;AAAA,SAAgB,iCAAiC,WAAmB,cAAsB;AACxF,QAAO,YAAY,KAAK,YAAY"}