diff --git a/frontend/src/bundles/common/components/header/header.tsx b/frontend/src/bundles/common/components/header/header.tsx index bfc62cfd6..928e9d3ba 100644 --- a/frontend/src/bundles/common/components/header/header.tsx +++ b/frontend/src/bundles/common/components/header/header.tsx @@ -16,7 +16,7 @@ const Header: React.FC = ({ left, center, right }) => { left="0" width="full" backgroundColor="background.900" - zIndex="1000" + zIndex="100" padding="4" alignItems="center" justifyContent="space-between"