From 0dc28a7d005f61b4ccb3a67ff59baea33a1fcfb3 Mon Sep 17 00:00:00 2001 From: Adrien Lepoutre Date: Fri, 30 May 2025 15:48:14 +0200 Subject: [PATCH] fix: header behind other elements --- .../core/admin/admin/src/components/Layouts/HeaderLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/admin/admin/src/components/Layouts/HeaderLayout.tsx b/packages/core/admin/admin/src/components/Layouts/HeaderLayout.tsx index 8fecc407a6..901755fb74 100644 --- a/packages/core/admin/admin/src/components/Layouts/HeaderLayout.tsx +++ b/packages/core/admin/admin/src/components/Layouts/HeaderLayout.tsx @@ -37,7 +37,7 @@ const BaseHeaderLayout = React.forwardRef background="neutral0" shadow="tableShadow" width={`${width}px`} - zIndex={1} + zIndex={3} data-strapi-header-sticky >