@wildebeest/boxlayout
Advanced tools
Comparing version 0.4.15 to 0.4.16
@@ -92,4 +92,2 @@ "use strict"; | ||
this.element = element; | ||
this.element.style.position = "absolute"; | ||
this.element.style.overflow = "hidden"; | ||
this.config = config; | ||
@@ -123,2 +121,4 @@ this.positions.top.setValue(this.config.top || 0); | ||
this.blocks[blockName].bind(element); | ||
element.style.position = "absolute"; | ||
element.style.overflow = "hidden"; | ||
return this.getBlock(blockName); | ||
@@ -125,0 +125,0 @@ }; |
{ | ||
"name": "@wildebeest/boxlayout", | ||
"version": "0.4.15", | ||
"version": "0.4.16", | ||
"description": "Box Layout module for creating fullscreen admin enviroments", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -97,4 +97,2 @@ import { injectable, inject, named } from "inversify"; | ||
this.element = element; | ||
this.element.style.position = "absolute"; | ||
this.element.style.overflow = "hidden"; | ||
this.config = config; | ||
@@ -136,2 +134,4 @@ | ||
this.blocks[blockName].bind(element); | ||
element.style.position = "absolute"; | ||
element.style.overflow = "hidden"; | ||
return this.getBlock(blockName); | ||
@@ -138,0 +138,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131507