fix: corrige le z-index de SimulationGoals

pull/3197/head
Alice Dahan 2024-10-18 11:55:25 +02:00 committed by liliced
parent 0ea1073e78
commit 0207439fbb
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export const SimulationGoalsContainer = styled.div<{
$isFirstStepCompleted: boolean
$isEmbeded: boolean
}>`
z-index: 1;
z-index: 2;
position: relative;
padding: ${({ theme }) => `${theme.spacings.sm} ${theme.spacings.lg}`};
border-start-end-radius: ${({ theme, $isEmbeded }) =>