From 82a711714f7ac06f4ace44598c6d77982c5e201e Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Fri, 7 Nov 2025 09:51:37 +0700 Subject: [PATCH] style: override class datatable for visible thead --- wwwroot/css/input.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/css/input.css b/wwwroot/css/input.css index 7a9b9f7..8d737a4 100644 --- a/wwwroot/css/input.css +++ b/wwwroot/css/input.css @@ -157,4 +157,8 @@ .badge { @apply text-nowrap; +} + +div.dt-scroll-body thead { + visibility: collapse !important; } \ No newline at end of file