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