Skip to content

Commit 007a7bf

Browse files
committed
refactor: add flex to header to avoid overlow issue
1 parent a5cc12f commit 007a7bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535

3636
.datatable-content{
3737
overflow-x: auto;
38+
.dt-header{
39+
display: flex;
40+
}
3841
}
3942

4043
.dt-scrollable {

0 commit comments

Comments
 (0)