From 916c1df802911cbdb894ca66125f1d9a56d8a902 Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Wed, 30 Aug 2023 20:40:04 +0300
Subject: [PATCH] caption at bottom

---
 wax-table-service/src/table.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wax-table-service/src/table.css b/wax-table-service/src/table.css
index 692234ff6..8a31c7a7a 100644
--- a/wax-table-service/src/table.css
+++ b/wax-table-service/src/table.css
@@ -16,6 +16,7 @@
       background-color: #535E76;
       color: white;
       font-weight: bold;
+      caption-side: bottom;
     }
 
   th,
@@ -29,7 +30,7 @@
   }
 
   .tableWrapper {
-    overflow-x: auto;
+    overflow-x: scroll;
   }
 
   .column-resize-handle {
-- 
GitLab