mirror of
https://github.com/strapi/strapi.git
synced 2025-09-24 07:50:33 +00:00
fix: remove sticky review workflow nav (#20624)
This commit is contained in:
parent
d0b51fbf84
commit
9ce8f7df6b
@ -86,7 +86,7 @@ const Header: React.FC<HeaderProps> = ({ title, subtitle, navigationAction, prim
|
||||
}
|
||||
)}
|
||||
</Page.Title>
|
||||
<Layouts.Header
|
||||
<Layouts.BaseHeader
|
||||
navigationAction={navigationAction}
|
||||
primaryAction={primaryAction}
|
||||
title={title}
|
||||
|
@ -70,17 +70,9 @@ const Stages = ({ canDelete = true, canUpdate = true, isCreating }: StagesProps)
|
||||
position="absolute"
|
||||
top="0"
|
||||
width={2}
|
||||
zIndex={1}
|
||||
/>
|
||||
|
||||
<Flex
|
||||
direction="column"
|
||||
alignItems="stretch"
|
||||
gap={6}
|
||||
zIndex={2}
|
||||
position="relative"
|
||||
tag="ol"
|
||||
>
|
||||
<Flex direction="column" alignItems="stretch" gap={6} position="relative" tag="ol">
|
||||
{stages.map((stage, index) => {
|
||||
return (
|
||||
<Box key={stage.__temp_key__} tag="li">
|
||||
|
Loading…
x
Reference in New Issue
Block a user