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 }