matheo / angular

Open Source Angular Libraries: MatDataSource, MatDatepicker
http://matheo.co/demos/
MIT License
60 stars 15 forks source link

Overflowing content in date range picker #34

Closed philenius closed 3 years ago

philenius commented 3 years ago

Describe the bug

The content of the date range picker is overflowing on the bottom, if a month has 6 rows of days or 6 weeks, so to speak. This happens in May 2021, January 2021, August 2020, etc.

Minimal Reproduction

  1. Go to http://matheo.co/demos/datepicker
  2. Open the DATE RANGE picker on the bottom right
  3. Navigate to May 2021
  4. The last two days of May 2021 should be overflowing

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

image

Your Environment

Angular Version: v11.2.14 (Angular version used on http://matheo.co/demos/datepicker)

Anything else relevant?

matheo commented 3 years ago

Hi @philenius Thanks for reporting this, I've increased the container height in @matheo/datepicker@11.2.17

philenius commented 3 years ago

Thank you, @matheo. I tested your new version 11.2.17 and it works :+1: