style: override class datatable for visible thead
parent
7134135c3b
commit
82a711714f
|
|
@ -157,4 +157,8 @@
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
@apply text-nowrap;
|
@apply text-nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.dt-scroll-body thead {
|
||||||
|
visibility: collapse !important;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue