fix: ProjectRequestButton z-index
This commit is contained in:
parent
6d452f14ee
commit
ba10924ea5
2 changed files with 2 additions and 1 deletions
|
|
@ -24,3 +24,4 @@
|
|||
.bottom-gutter { bottom: var(--gutter) }
|
||||
|
||||
.-z-1 { z-index: -1 }
|
||||
.z-max { z-index: 999 }
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue