Kaynağa Gözat

Dashboard appts. UI updates

Vijayakrishnan 3 yıl önce
ebeveyn
işleme
98f425c663

+ 3 - 0
public/css/style.css

@@ -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;
 }

+ 1 - 1
resources/views/app/dashboard-mcp.blade.php

@@ -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')
                                 </div>
                             </div>