From af214a4be423aa2d539abf2eebc28c0654a4121e Mon Sep 17 00:00:00 2001
From: Emmanuel Viennet <emmanuel.viennet@gmail.com>
Date: Thu, 6 Feb 2025 15:16:07 +0100
Subject: [PATCH] Front: dataTables: recap.: fix affichage footer lors du
 scroll horizontal.

---
 app/static/css/gt_table.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/static/css/gt_table.css b/app/static/css/gt_table.css
index 0e57dd25..850bbe1c 100644
--- a/app/static/css/gt_table.css
+++ b/app/static/css/gt_table.css
@@ -61,4 +61,8 @@ div.dt-container div.dt-search input {
 div.gt_caption {
   margin-top: 4px;
   margin-bottom: 16px;
+}
+
+.dt-scroll-foot {
+  overflow: visible !important;
 }
\ No newline at end of file
-- 
GitLab