Skip to content

Commit 149b55e

Browse files
authored
Merge pull request #103 from bram2202/master
z-index issue fix
2 parents b324745 + 1435322 commit 149b55e

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

dist/ha-card-weather-conditions.js

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ha-style-forecast.ts

-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const styleForecast = css`
99
border-right: 0.1em solid #d9d9d9;
1010
line-height: 2;
1111
box-sizing: border-box;
12-
z-index: 200;
1312
}
1413
1514
.dayname {
@@ -32,18 +31,15 @@ const styleForecast = css`
3231
width: 100%;
3332
margin: 0 auto;
3433
display: flex;
35-
z-index: 200;
3634
}
3735
3836
.forecast .day:first-child {
3937
margin-left: 0;
40-
z-index: 200;
4138
}
4239
4340
.forecast .day:nth-last-child(1) {
4441
border-right: none;
4542
margin-right: 0;
46-
z-index: 200;
4743
}
4844
`;
4945

src/style.ts

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const style = css`
3838
.variations li {
3939
flex-basis: auto;
4040
width: 50%;
41-
z-index: 200 ;
4241
}
4342
4443
.variations li:nth-child(2n) {

0 commit comments

Comments
 (0)