@wildebeest/scroll
Advanced tools
Comparing version 0.3.13 to 0.3.14
@@ -31,2 +31,3 @@ "use strict"; | ||
this.element = element; | ||
this.element.style.overflow = "hidden"; | ||
this.config = config; | ||
@@ -33,0 +34,0 @@ this.touchComponent = new touch_1.TouchComponent(this.element, barEmmiter); |
{ | ||
"name": "@wildebeest/scroll", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "Scroll element with custom scroll bar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -34,2 +34,3 @@ import { DomService, EmitterService, Emitter } from "@wildebeest/common"; | ||
this.element = element; | ||
this.element.style.overflow = "hidden"; | ||
this.config = config; | ||
@@ -36,0 +37,0 @@ this.touchComponent = new TouchComponent(this.element, barEmmiter); |
Sorry, the diff of this file is not supported yet
54372
933