Skip to content

Commit

Permalink
Update hui-view-background.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Dec 22, 2024
1 parent 0097f80 commit 9f9179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/lovelace/views/hui-view-background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class HUIViewBackground extends LitElement {
position: fixed;
background-attachment: scroll !important;
}
:host(:not(fixed-background)) {
:host(:not([fixed-background])) {
z-index: -1;
position: absolute;
}
Expand Down

0 comments on commit 9f9179a

Please sign in to comment.