From a7ed8ed2cb86d7f0cceeee19a8dc735b54f3ffd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9o=20BOYER?= <t.boyer@si17.lan>
Date: Tue, 13 Feb 2024 10:55:54 +0100
Subject: [PATCH] =?UTF-8?q?Fix=20affichage=20des=20=C3=A9l=C3=A9ments=20du?=
 =?UTF-8?q?=20bouton=20Colonnes?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- Fix de l'affichage des éléments du bouton “Colonnes” qui disparaissent selon la hauteur du tableau de liste
---
 assets/css/app.scss | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/assets/css/app.scss b/assets/css/app.scss
index 639be8b38..de1ff7650 100644
--- a/assets/css/app.scss
+++ b/assets/css/app.scss
@@ -523,6 +523,10 @@ td.action > a {
   white-space: nowrap;
 }
 
+div.dt-buttons {
+  position: initial;
+}
+
 div.dt-button-background {
   position: fixed;
   top: 0;
@@ -541,8 +545,8 @@ div.dt-button-background {
 
 div.dt-button-collection {
   position: absolute;
-  top: 0;
-  left: 0;
+  top: 43px !important;
+  left: 10px !important;
   width: 150px;
   margin-top: 3px;
   padding: 8px 8px 4px 8px;
-- 
GitLab