Skip to content

Commit 14b9583

Browse files
committed
test: ha-card is now transparent, should allow for transparent plots w/o negative consequences
1 parent 92f3598 commit 14b9583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plotly-graph-card.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export class PlotlyGraph extends HTMLElement {
6060
padding: ${padding}px;
6161
height: 100%;
6262
box-sizing: border-box;
63+
background: transparent;
6364
}
6465
button#reset.hidden{
6566
display: none;

0 commit comments

Comments
 (0)