From b8562ca6f3bcc456bb20fc001bbbd56341c92b5e Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 7 Oct 2022 18:31:47 +0300 Subject: [PATCH] fixed octavia position and z-index on onboarding page (#17708) --- .../src/pages/OnboardingPage/components/LetterLine.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/airbyte-webapp/src/pages/OnboardingPage/components/LetterLine.tsx b/airbyte-webapp/src/pages/OnboardingPage/components/LetterLine.tsx index 637c076d98ce..b9eeefb7d15c 100644 --- a/airbyte-webapp/src/pages/OnboardingPage/components/LetterLine.tsx +++ b/airbyte-webapp/src/pages/OnboardingPage/components/LetterLine.tsx @@ -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 }>`