FritzAndFriends / ResourceManagement

A resource management application originally designed for Sebastian Riding Associates.
MIT License
36 stars 28 forks source link

Fix height of DayPicker control #15

Closed WheelchairShaun closed 5 years ago

WheelchairShaun commented 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.

csharpfritz commented 5 years ago

Thank you for helping out! I didn't know you could just add another row to the css-grid in CSS.

Much appreciated!