refactor: add flex to header to avoid overlow issue

This commit is contained in:
Ejaaz Khan 2025-02-21 14:42:36 +05:30
parent a5cc12f7ec
commit 007a7bf92a

View File

@ -35,6 +35,9 @@
.datatable-content{
overflow-x: auto;
.dt-header{
display: flex;
}
}
.dt-scrollable {