diff --git a/BudgetMasterServer/src/main/resources/static/css/transactionImport.css b/BudgetMasterServer/src/main/resources/static/css/transactionImport.css
index b25359846af85ec02bb8eefe7e4ee5defa77082f..5a298f8380a1db5242dd94c6c8da0d694d741d27 100644
--- a/BudgetMasterServer/src/main/resources/static/css/transactionImport.css
+++ b/BudgetMasterServer/src/main/resources/static/css/transactionImport.css
@@ -2,6 +2,11 @@
     overflow: auto;
     width: 90%;
     margin: auto;
+    transform: rotateX(180deg); /* hack to bring the horizontal scrollbar to the top*/
+}
+
+#transaction-import-overview > table {
+    transform: rotateX(180deg); /* hack to bring the horizontal scrollbar to the top*/
 }
 
 .transaction-import-text-with-icon {