UNPKG

scroll-padlock

Version:

Locks elements scroll handling scrollbar gaps and iOS Safari with CSS variables

7 lines (6 loc) 245 B
/** * Gets a given element first ancestor if present * @param {HTMLElement} element The given element * @returns {HTMLElement|null} The element first ancestor or null if not found */ export default element => element?.parentElement ?? null;