获取最近的可滚动父元素。 支持普通 DOM 、 Shadow DOM 和 iframe 。
Optional
目标元素
getScrollParent(document.querySelector('.form-error')); // FormgetScrollParent(); /// document.documentElement Copy
getScrollParent(document.querySelector('.form-error')); // FormgetScrollParent(); /// document.documentElement
获取最近的可滚动父元素。 支持普通 DOM 、 Shadow DOM 和 iframe 。