Skip to content

Commit

Permalink
fix: lower header z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-golovanov committed Dec 25, 2024
1 parent 0605501 commit 009a486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const FormHeader = styled.div`
top: calc(-1 * var(--ads-v2-spaces-4));
padding-top: var(--ads-v2-spaces-4);
margin-top: calc(-1 * var(--ads-v2-spaces-4));
z-index: var(--ads-v2-z-index-21);
z-index: var(--ads-v2-z-index-1);
background-color: var(--ads-color-background);
height: 100px;
`;
Expand Down

0 comments on commit 009a486

Please sign in to comment.