fix: ProjectRequestButton position

This commit is contained in:
Timothée Goguely 2025-01-27 14:50:33 +01:00
parent 85e3e7b2d4
commit caa5eed2a5
2 changed files with 3 additions and 10 deletions

View file

@ -18,8 +18,9 @@
.top-0 { top: 0 }
.bottom-0 { bottom: 0 }
.left-0 { left: 0 }
.right-0 { right: 0 }
.right-gutter { right: var(--gutter) }
.bottom-gutter { bottom: var(--gutter) }
.-z-1 { z-index: -1 }

View file

@ -1,11 +1,3 @@
<template>
<button class="btn">Demander la création d'un projet</button>
<button class="btn | fixed right-gutter bottom-gutter">Demander la création d'un projet</button>
</template>
<style scoped>
button {
position: fixed;
bottom: 0;
right: 0;
}
</style>