fix(DataTable): sticky column.

This commit is contained in:
a.bouhuolia
2022-02-05 11:31:57 +02:00
parent 47f6845633
commit d300231838
3 changed files with 15 additions and 7 deletions

View File

@@ -9,6 +9,11 @@
min-width: 100%;
display: block;
.thead .thead-inner,
.tbody .tbody-inner{
min-width: fit-content;
}
.thead {
overflow: hidden;
@@ -393,6 +398,7 @@
background: #fff;
padding: 0.5rem 0.5rem;
border-bottom: 0;
color: #000;
}
}
}