1

Correction du z-index sur la pagination

This commit is contained in:
2025-11-26 23:42:55 +01:00
parent bfdbed8436
commit 9a55414245

View File

@@ -22,6 +22,7 @@
top: 100%;
left: 50%;
transform: translateX(-50%);
z-index: 1000;
display: flex;
flex-direction: column;
gap: var(--gap-half);