diff --git a/drawer.js b/drawer.js index a602a68..7f6b882 100644 --- a/drawer.js +++ b/drawer.js @@ -141,6 +141,7 @@ class Drawer extends IgniteElement { width: "20em", height: null, padding: "1em", + containerClass: null, absolute: true }; } @@ -176,6 +177,7 @@ class Drawer extends IgniteElement { .style("height", this.height) .style("padding", this.padding) .style("display", this.show, true, value => value ? "flex" : "none") + .class(this.containerClass) .class("container") .child( new button()