Skip to content

Commit

Permalink
fixed octavia position and z-index on onboarding page (#17708)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizel852 authored Oct 7, 2022
1 parent e038ea8 commit 7215e1c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ export const ExitAnimation = keyframes`
const Line = styled.div<{ $onRight?: boolean }>`
position: absolute;
width: calc(50% - 275px);
z-index: 1;
top: 382px;
top: 345px;
left: ${({ $onRight }) => ($onRight ? "calc(50% + 275px)" : 0)};
`;
const Path = styled.div<{ exit?: boolean }>`
Expand Down

0 comments on commit 7215e1c

Please sign in to comment.