fix: ProjectRequestButton z-index

This commit is contained in:
Timothée Goguely 2025-01-27 16:34:36 +01:00
parent 6d452f14ee
commit ba10924ea5
2 changed files with 2 additions and 1 deletions

View file

@ -24,3 +24,4 @@
.bottom-gutter { bottom: var(--gutter) }
.-z-1 { z-index: -1 }
.z-max { z-index: 999 }

View file

@ -1,3 +1,3 @@
<template>
<button class="btn | fixed right-gutter bottom-gutter">Demander la création d'un projet</button>
<button class="btn | fixed right-gutter bottom-gutter z-max">Demander la création d'un projet</button>
</template>