Skip to content

Commit

Permalink
CovidTrackerFr#271 fix ios calendar line
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-mittelette committed Dec 30, 2021
1 parent 0cb604f commit e392935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/vmd-upcoming-days-selector.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
top: 0;
height: 100%;
width: calc(var(--day-gutter) * 2);
height: calc(100% - var(--day-gutter));
background: $light;
background: linear-gradient(90deg, rgba($light, 255) 20%, rgba(255,255,255, 0) 100%);
background: linear-gradient(90deg, rgba($light, 255) 20%, rgba(255, 255, 255, 0) 100%);
background-repeat: no-repeat;
}

&::before {
Expand Down

0 comments on commit e392935

Please sign in to comment.