Skip to content

Commit

Permalink
OV-75: * Return header z-index to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-lacorazza committed Sep 3, 2024
1 parent de22bad commit 474336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/bundles/common/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Header: React.FC<Properties> = ({ left, center, right }) => {
left="0"
width="full"
backgroundColor="background.900"
zIndex="1000"
zIndex="100"
padding="4"
alignItems="center"
justifyContent="space-between"
Expand Down

0 comments on commit 474336d

Please sign in to comment.