Calendar: Fix missing scrollbar in conflict list

This commit is contained in:
nathan 2023-04-04 09:26:14 -06:00
parent 70916b8fe3
commit 7dfb0f734f
3 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@
} }
/* Conflict display */ /* Conflict display */
div.calendar_conflicts { .calendar_conflicts {
max-height: 540px; max-height: 540px;
overflow-y: auto; overflow-y: auto;
} }

View File

@ -115,7 +115,7 @@
box-shadow: none; box-shadow: none;
} }
/* Conflict display */ /* Conflict display */
div.calendar_conflicts { .calendar_conflicts {
max-height: 540px; max-height: 540px;
overflow-y: auto; overflow-y: auto;
} }

View File

@ -103,7 +103,7 @@
box-shadow: none; box-shadow: none;
} }
/* Conflict display */ /* Conflict display */
div.calendar_conflicts { .calendar_conflicts {
max-height: 540px; max-height: 540px;
overflow-y: auto; overflow-y: auto;
} }