Skip to content
Snippets Groups Projects
Commit f317a4f9 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

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

parent 1d6f9f91
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 #3853 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