export class Vertical extends Scrollable {
  constructor(options) {
    super(options);

    this.offsetAttr = 'top';