From ac61571c8d1545622be900b97d666c893f1b77c3 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 8 Jan 2023 15:40:59 +0100 Subject: [PATCH] #724 - huge tables should scroll instead of overlap --- .../main/resources/templates/transactions/transactionImport.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl index 2ec3e0268..b3dd5bcf8 100644 --- a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl +++ b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl @@ -99,7 +99,7 @@ </div> </div> - <div class="container"> + <div class="container" id="transaction-import-overview"> <table class="bordered centered"> <tr> <#if csvRows?has_content> -- GitLab