Skip to content

Commit

Permalink
Merge pull request #1152 from blackviking27/fix-1071-wizard-footer-z-…
Browse files Browse the repository at this point in the history
…index

Fixed the wizard footer overlapping with Language indicator
  • Loading branch information
TorstenDittmann authored Jul 12, 2024
2 parents 204feda + dc468c7 commit 61e324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/layout/wizard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<svelte:component this={component} />
{/if}
{/each}
<div class="form-footer">
<div class="u-z-index-20 form-footer">
<div class="u-flex u-main-end u-gap-12">
{#if !isLastStep && currentStep?.optional}
<Button text on:click={() => dispatch('finish')}>
Expand Down

0 comments on commit 61e324b

Please sign in to comment.