fix: header behind other elements

This commit is contained in:
Adrien Lepoutre 2025-05-30 15:48:14 +02:00
parent 70576132e2
commit 0dc28a7d00

View File

@ -37,7 +37,7 @@ const BaseHeaderLayout = React.forwardRef<HTMLDivElement, BaseHeaderLayoutProps>
background="neutral0" background="neutral0"
shadow="tableShadow" shadow="tableShadow"
width={`${width}px`} width={`${width}px`}
zIndex={1} zIndex={3}
data-strapi-header-sticky data-strapi-header-sticky
> >
<Flex justifyContent="space-between"> <Flex justifyContent="space-between">