diff --git a/wax-table-service/src/table.css b/wax-table-service/src/table.css
index 692234ff6bbbc53e65594158e2335533a209335c..8a31c7a7a7e9ad8df31b51a73457691aa4253409 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 {