Skip to content
Snippets Groups Projects
Commit d3e951b9 authored by Emmanuel Raviart's avatar Emmanuel Raviart Committed by OpenFisca JSON Model CI
Browse files

Decrease z-index of spinner.

parent 29b5234b
No related branches found
No related tags found
1 merge request!77Ajout de la comparaison de cas types
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
{#if visibleDecompositions.length > 0} {#if visibleDecompositions.length > 0}
<div class="flex mt-4 pr-0 md:pr-2 relative" use:signalFirstWaterfall> <div class="flex mt-4 pr-0 md:pr-2 relative" use:signalFirstWaterfall>
{#if Object.values($calculationByName).filter((calculation) => calculation.running && (calculation.situationIndex === undefined || calculation.situationIndex === situationIndex)).length > 0} {#if Object.values($calculationByName).filter((calculation) => calculation.running && (calculation.situationIndex === undefined || calculation.situationIndex === situationIndex)).length > 0}
<div class="absolute inset-0 bg-le-jaune bg-opacity-20 z-50"> <div class="absolute inset-0 bg-le-jaune bg-opacity-20 z-10">
<Spinner /> <Spinner />
</div> </div>
{/if} {/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment