Skip to content

Commit

Permalink
Indicateur detail : fix le z-index de dropdown dans les indicateurs p…
Browse files Browse the repository at this point in the history
…rédéfinis
  • Loading branch information
cparthur committed Sep 9, 2024
1 parent 09977db commit 0bb53be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const FichesActionLiees = (props: TFichesActionProps) => {
onChange={({fiches: nouvellesFiches}) =>
updateFichesActionLiees(nouvellesFiches.map(f => f.id))
}
dropdownZindex={30}
/>
</Field>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const IndicateurInfoLiees = (props: TIndicateurInfoLieesProps) => {
);
}}
disabled={isReadonly}
dropdownZindex={30}
/>
</Field>
{/** services pilotes */}
Expand All @@ -78,6 +79,7 @@ export const IndicateurInfoLiees = (props: TIndicateurInfoLieesProps) => {
upsertIndicateurServicePilote(objectToCamel(services))
}
disabled={isReadonly}
dropdownZindex={30}
/>
</Field>
{/** Thématiques */}
Expand Down

0 comments on commit 0bb53be

Please sign in to comment.