fix shadow border on datatable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user