From c2cbbee0df692a6787bd956e4d7eca77161cb781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 7 Sep 2025 21:59:30 +0200 Subject: [PATCH] Ensure that part table action bar dont overlap our navbar dropdowns --- assets/css/app/tables.css | 2 +- templates/components/datatables.macro.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/app/tables.css b/assets/css/app/tables.css index aa72fff3..8d4b200c 100644 --- a/assets/css/app/tables.css +++ b/assets/css/app/tables.css @@ -24,7 +24,7 @@ .sticky-select-bar { position: sticky; top: 120px; - z-index: 3000; /* Ensure the bar is above other content */ + z-index: 1000; /* Ensure the bar is above other content */ } /**************************************** diff --git a/templates/components/datatables.macro.html.twig b/templates/components/datatables.macro.html.twig index 447aa69c..009f815e 100644 --- a/templates/components/datatables.macro.html.twig +++ b/templates/components/datatables.macro.html.twig @@ -29,7 +29,7 @@ -
+
{# #}