Skip to content

Commit

Permalink
Merge pull request #161 from elhaus/fix-z-index
Browse files Browse the repository at this point in the history
Fix z index
  • Loading branch information
reptilex authored Jun 9, 2024
2 parents 55b06a1 + 175aff3 commit 9fefd7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/TeslaStyleSolarPowerCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,10 @@ export class TeslaStyleSolarPowerCard extends LitElement {
}
.acc_left {
vertical-align: top;
z-index:5;
z-index:1;
}
.acc_right {
z-index:5;
z-index:1;
margin-right:0px;
}
#battery_to_house_entity_line,
Expand Down
8 changes: 4 additions & 4 deletions tesla-style-solar-power-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9fefd7c

Please sign in to comment.