UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

6 lines (5 loc) 211 B
/** * Find the nearest scrollable parent * copied from https://stackoverflow.com/questions/35939886/find-first-scrollable-parent */ export default function getScrollParent(element: HTMLElement): HTMLElement;