diff --git a/resources/views/transaction/index.blade.php b/resources/views/transaction/index.blade.php index 295e487..9db58c0 100755 --- a/resources/views/transaction/index.blade.php +++ b/resources/views/transaction/index.blade.php @@ -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;