Baremetrics / calendar

Date range picker for Baremetrics
MIT License
679 stars 78 forks source link

fix for ie11 #85

Closed marcelvdmade closed 6 years ago

marcelvdmade commented 6 years ago

On IE 11 the width for days isn't calculated correctly since margins are (not?) taken into account. Using a value instead of calculation for the dr-day width seems to fix this, and works in all browsers (tested on IE11, Edge, Firefox , Chrome)

kalepail commented 6 years ago

Appreciate the PR but a fixed width dr-day won't work as the width needs to be more fluid. Will spend some time trying to find a solution for this though.