Skip to content
Snippets Groups Projects
Commit d7740b30 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Merge branch 'fix-bug-modale-etiquette' into 'master'

Change le Z index pour que l'étiquette du cas type ne passe pas par dessus la modale

See merge request leximpact/leximpact-socio-fiscal-ui!86
parents 1d6f9f91 f317a4f9
No related branches found
No related tags found
1 merge request!86Change le Z index pour que l'étiquette du cas type ne passe pas par dessus la modale
Pipeline #3867 passed
......@@ -243,7 +243,7 @@
{/if}
</div>
<div
class="sticky top-0 z-40 flex border-b-2 border-r border-l border-gray-200"
class="sticky top-0 z-20 flex border-b-2 border-r border-l border-gray-200"
>
<div class="w-2/12 bg-gray-100 md:w-1/12" />
<div
......
......@@ -78,7 +78,7 @@
id="situation_{situationIndex}"
>
<div
class="sticky top-0 z-40 border-b-2 bg-gray-100 p-4 pb-2 md:rounded-t-md"
class="sticky top-0 z-20 border-b-2 bg-gray-100 p-4 pb-2 md:rounded-t-md"
id="situation_{situationIndex}_case_summary"
>
<TestCaseSummary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment