mirror of
https://github.com/junkfix/config-editor-card.git
synced 2026-02-22 18:26:31 +01:00
fix top bar position for homeassistant 2023.4.x
This commit is contained in:
parent
e87887fd47
commit
89b077bbae
|
|
@ -1,4 +1,4 @@
|
|||
console.info("Config Editor 4.5");
|
||||
console.info("Config Editor 4.6");
|
||||
const LitElement = window.LitElement || Object.getPrototypeOf(customElements.get("hui-masonry-view") );
|
||||
const html = LitElement.prototype.html;
|
||||
const css = LitElement.prototype.css;
|
||||
|
|
@ -50,7 +50,7 @@ static get styles() {
|
|||
position:sticky;
|
||||
z-index:2;}
|
||||
.pin{
|
||||
top: var(--header-height, 0);
|
||||
top:0;
|
||||
background:var(--secondary-background-color,silver)}
|
||||
.bar{
|
||||
bottom:0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue