@@ -2000,6 +2000,9 @@ form.non-interactive .form-content * {
table.dashboard-stats-table th {
padding: 0.5rem 0.75rem
}
+.max-height-200px {
+ max-height: 200px;
+}
.min-height-300px {
min-height: 300px;
@@ -292,7 +292,7 @@
Appointments @{{ formatSelectedDate(selectedDate) }}
</strong>
</div>
- <div class="card-body p-0">
+ <div class="card-body p-0 max-height-200px overflow-auto">
@include('app.mcp.dashboard.appointments')