diff --git a/app-bar.js b/app-bar.js index f7d9a97..a72adbe 100644 --- a/app-bar.js +++ b/app-bar.js @@ -10,6 +10,7 @@ class AppBar extends IgniteElement { get styles() { return /*css*/` mt-app-bar { + position: relative; background-color: #fff; padding: 0.8em; display: flex; @@ -41,9 +42,7 @@ class AppBar extends IgniteElement { render() { return this.template .class(this.placement) - .child( - new slot(this) - ); + .child(new slot(this)); } ready() {