fix shadow border on datatable

This commit is contained in:
2025-06-20 15:48:53 +07:00
parent 41ae7da60e
commit 33502e905d

View File

@@ -25,10 +25,8 @@ use Illuminate\Support\Facades\Auth;
pointer-events: none; pointer-events: none;
} }
.table-responsive { .table-responsive {
max-height: 400px; max-height: 100%;
overflow-y: auto; overflow-y: auto;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} }
.text-success { .text-success {
color: #28a745 !important; color: #28a745 !important;