@jossmac/lil-libs
    Preparing search index...

    Function hasScrollY

    • Checks whether an element has vertical overflow.

      • el: Element

        Element to inspect.

      true when scrollHeight exceeds clientHeight.

      hasScrollY(el); // true when el.scrollHeight > el.clientHeight