Closed WheelchairShaun closed 5 years ago
Here's my fix for the variable height with the DayPicker control in issue #11
It was a pretty easy fix. We only needed to add an extra row to the CSS grid to the grid-template-rows property.
This is my first time contributing so I hope I did this correctly.
Thank you for helping out! I didn't know you could just add another row to the css-grid in CSS.
Much appreciated!
Here's my fix for the variable height with the DayPicker control in issue #11
It was a pretty easy fix. We only needed to add an extra row to the CSS grid to the grid-template-rows property.
This is my first time contributing so I hope I did this correctly.