fix top bar position for homeassistant 2023.4.x

This commit is contained in:
htmltiger 2023-04-02 16:05:39 +01:00 committed by GitHub
parent e87887fd47
commit 89b077bbae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;