Skip to content

Commit

Permalink
Fixes issue where a system without autoprefixing will not allow for m…
Browse files Browse the repository at this point in the history
…onth transitions in safari
  • Loading branch information
Maja Wichrowska committed Dec 19, 2016
1 parent 08906d6 commit 8af45cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/CalendarMonthGrid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ $react-dates-width-day-picker: 300px;
}

.CalendarMonthGrid--animating {
-webkit-transition: transform 0.2s ease-in-out;
-moz-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
z-index: 1;
}
Expand Down

0 comments on commit 8af45cc

Please sign in to comment.