feat(fixing forms tunnel & wip dashboard)

This commit is contained in:
2026-04-08 14:02:36 +02:00
parent c848a8b47f
commit 341032162a
20 changed files with 330 additions and 275 deletions

View File

@@ -25,7 +25,7 @@ export function ScrollToTop() {
<button
onClick={scrollToTop}
aria-label="Retour en haut"
className="fixed bottom-6 right-6 z-50 p-3 rounded-full border-3 border-black bg-primary shadow-[4px_4px_0px_rgba(0,0,0,1)] hover:shadow-none hover:translate-x-1 hover:translate-y-1 transition duration-200"
className="nb-shadow fixed bottom-6 right-6 z-50 p-3 rounded-full bg-primary"
>
<ChevronUp className="size-5" />
</button>