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 }