Skip to content

Commit e392935

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
top: 0;
1919
height: 100%;
2020
width: calc(var(--day-gutter) * 2);
21-
height: calc(100% - var(--day-gutter));
2221
background: $light;
23-
background: linear-gradient(90deg, rgba($light, 255) 20%, rgba(255,255,255, 0) 100%);
22+
background: linear-gradient(90deg, rgba($light, 255) 20%, rgba(255, 255, 255, 0) 100%);
23+
background-repeat: no-repeat;
2424
}
2525

2626
&::before {

0 commit comments

Comments
 (0)