Skip to content

Commit a640234

Browse files
#271 fix ios calendar line
1 parent 0cb604f commit a640234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/vmd-upcoming-days-selector.component.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
width: calc(var(--day-gutter) * 2);
2121
height: calc(100% - var(--day-gutter));
2222
background: $light;
23-
background: linear-gradient(90deg, rgba($light, 255) 20%, rgba(255,255,255, 0) 100%);
23+
background: linear-gradient(90deg, rgba($light, 255) 20%, rgba(255, 255, 255, 0) 100%);
24+
background-repeat: no-repeat;
2425
}
2526

2627
&::before {

0 commit comments

Comments
 (0)