mirror of
https://github.com/strapi/strapi.git
synced 2025-10-14 17:43:01 +00:00
fix: header behind other elements
This commit is contained in:
parent
70576132e2
commit
0dc28a7d00
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user