Skip to content

Commit

Permalink
Missed some z-index 200
Browse files Browse the repository at this point in the history
  • Loading branch information
bram2202 committed May 13, 2023
1 parent e4591e6 commit 1435322
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions dist/ha-card-weather-conditions.js

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

4 changes: 0 additions & 4 deletions src/ha-style-forecast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const styleForecast = css`
border-right: 0.1em solid #d9d9d9;
line-height: 2;
box-sizing: border-box;
z-index: 200;
}
.dayname {
Expand All @@ -32,18 +31,15 @@ const styleForecast = css`
width: 100%;
margin: 0 auto;
display: flex;
z-index: 200;
}
.forecast .day:first-child {
margin-left: 0;
z-index: 200;
}
.forecast .day:nth-last-child(1) {
border-right: none;
margin-right: 0;
z-index: 200;
}
`;

Expand Down

0 comments on commit 1435322

Please sign in to comment.