mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +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"
|
||||
shadow="tableShadow"
|
||||
width={`${width}px`}
|
||||
zIndex={1}
|
||||
zIndex={3}
|
||||
data-strapi-header-sticky
|
||||
>
|
||||
<Flex justifyContent="space-between">
|
||||
|
Loading…
x
Reference in New Issue
Block a user