From 0207439fbb38ddcbb6fe6772c07d5232b5acd321 Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Fri, 18 Oct 2024 11:55:25 +0200 Subject: [PATCH] fix: corrige le z-index de SimulationGoals --- site/source/components/Simulation/SimulationGoals.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/components/Simulation/SimulationGoals.tsx b/site/source/components/Simulation/SimulationGoals.tsx index 80e822863..fd42f501a 100644 --- a/site/source/components/Simulation/SimulationGoals.tsx +++ b/site/source/components/Simulation/SimulationGoals.tsx @@ -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 }) =>