Pointer events get passed to previous (invisible) month #224
Labels
bug
Oh no, something's broken :-(
pull request wanted
This is a great way to contribute! Help us out :-D
Pointer events should be disabled when using enableOutsideDays (tested with single month DayPicker).
This is a problem if previous month has more week rows than current month.
This could be fixed with simply adding
pointer-events: none;
CalendarMonth.scss:
The text was updated successfully, but these errors were encountered: