refactor: add flex to header to avoid overlow issue
This commit is contained in:
parent
a5cc12f7ec
commit
007a7bf92a
@ -35,6 +35,9 @@
|
|||||||
|
|
||||||
.datatable-content{
|
.datatable-content{
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
.dt-header{
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dt-scrollable {
|
.dt-scrollable {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user