Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/dom-helpers/esm/scrollTop.js

import getScrollAccessor from './getScrollAccessor';
/**
 * Gets or sets the scroll top position of a given element.
 * 
 * @param node the element
 * @param val the position to set
 */

export default getScrollAccessor('pageYOffset');
Back to Directory File Manager