From 33502e905d2c1aaf3d6d3994364445f7d66d36f3 Mon Sep 17 00:00:00 2001 From: arifal Date: Fri, 20 Jun 2025 15:48:53 +0700 Subject: [PATCH] fix shadow border on datatable --- resources/views/transaction/index.blade.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;