Skip to content

Commit 821f282

Browse files
committed
bring error msg element to the front
1 parent 68702c5 commit 821f282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plotly-graph-card.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ export class PlotlyGraph extends HTMLElement {
103103
background: rgba(0, 0, 0, 0.4);
104104
}
105105
</style>
106-
<span id="msg"> </span>
107106
<div id="title"> </div>
108107
<div id="plotly"> </div>
108+
<span id="msg"> </span>
109109
<button id="reset" class="hidden">↻</button>
110110
</ha-card>`;
111111
this.msgEl = shadow.querySelector("#msg")!;

0 commit comments

Comments
 (0)