style: override class datatable for visible thead

main-dlh
Yuri Dimas 2025-11-07 09:51:37 +07:00
parent 7134135c3b
commit 82a711714f
1 changed files with 4 additions and 0 deletions

View File

@ -157,4 +157,8 @@
.badge { .badge {
@apply text-nowrap; @apply text-nowrap;
}
div.dt-scroll-body thead {
visibility: collapse !important;
} }