Skip to content

Commit

Permalink
fixed octavia position and z-index on onboarding page (airbytehq#17708)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizel852 authored and jhammarstedt committed Oct 31, 2022
1 parent 6aed4a6 commit b8562ca
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 b8562ca

Please sign in to comment.