From 007a7bf92a3836d2360fa786df2ef6d52d82f0ff Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Fri, 21 Feb 2025 14:42:36 +0530 Subject: [PATCH] refactor: add flex to header to avoid overlow issue --- src/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style.css b/src/style.css index 0f79b61..a57da75 100644 --- a/src/style.css +++ b/src/style.css @@ -35,6 +35,9 @@ .datatable-content{ overflow-x: auto; + .dt-header{ + display: flex; + } } .dt-scrollable {