fix shadow border on datatable
This commit is contained in:
@@ -25,10 +25,8 @@ use Illuminate\Support\Facades\Auth;
|
||||
pointer-events: none;
|
||||
}
|
||||
.table-responsive {
|
||||
max-height: 400px;
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
}
|
||||
.text-success {
|
||||
color: #28a745 !important;
|
||||
|
||||
Reference in New Issue
Block a user