Skip to content

Commit

Permalink
fix top bar position for homeassistant 2023.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
htmltiger authored Apr 2, 2023
1 parent e87887f commit 89b077b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-editor-card.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 89b077b

Please sign in to comment.