Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit dd3188c

Browse files
committed
Fix IE11 weekday bug
1 parent 2cab315 commit dd3188c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/DayCell/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
cursor: not-allowed;
1919
}
2020

21+
@supports (-ms-ime-align: auto) {
22+
.rdrDay {
23+
flex-basis: 14.285% !important;
24+
}
25+
}
2126

2227
.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
2328
pointer-events: none;

0 commit comments

Comments
 (0)