Hide days that are outside the current month in the datepicker

This commit is contained in:
Alex Tselegidis 2023-02-20 07:41:49 +01:00
parent c8bfb623e2
commit 11188872fa
1 changed files with 7 additions and 0 deletions

View File

@ -479,4 +479,11 @@ body .clearfix {
border-color: #429a82;
color: white;
}
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
height: 0;
width: 0;
visibility: hidden;
}
}