@wildebeest/boxlayout
Advanced tools
Comparing version 0.4.14 to 0.4.15
@@ -92,2 +92,4 @@ "use strict"; | ||
this.element = element; | ||
this.element.style.position = "absolute"; | ||
this.element.style.overflow = "hidden"; | ||
this.config = config; | ||
@@ -94,0 +96,0 @@ this.positions.top.setValue(this.config.top || 0); |
{ | ||
"name": "@wildebeest/boxlayout", | ||
"version": "0.4.14", | ||
"version": "0.4.15", | ||
"description": "Box Layout module for creating fullscreen admin enviroments", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -97,2 +97,4 @@ import { injectable, inject, named } from "inversify"; | ||
this.element = element; | ||
this.element.style.position = "absolute"; | ||
this.element.style.overflow = "hidden"; | ||
this.config = config; | ||
@@ -99,0 +101,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
131547
2330
119