Making appbar position relative so we can use absolute positioned elements easier.
This commit is contained in:
parent
0308b235c0
commit
420d4e508b
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user