From f0225214b245766457469301b6268c33626958f5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 22 Oct 2024 16:01:34 +0200 Subject: [PATCH] fixing action-thematiques-filters z-index --- resources/css/components/filters-toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/components/filters-toolbar.css b/resources/css/components/filters-toolbar.css index e6a4277..3f32983 100644 --- a/resources/css/components/filters-toolbar.css +++ b/resources/css/components/filters-toolbar.css @@ -80,7 +80,7 @@ @apply h-20 border-b border-neutral-300; } &__action-thematiques-filters { - @apply absolute pb-0 border-b border-neutral-400 bg-white border w-fit rounded-xl; + @apply absolute pb-0 border-b border-neutral-400 bg-white border w-fit rounded-xl !z-10; /* THEMATIQUES FILTERS */ .filter-by-thematiques-submenu-toggle { @apply font-bold p-4 rounded-xl flex items-center gap-12;