Actualiser css/admin.css

This commit is contained in:
2026-07-22 09:27:14 +02:00
parent 1b386a6f5b
commit 4514d9938c
+6 -1
View File
@@ -275,5 +275,10 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background)
/* Empêche le défilement de se propager au body */
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch; /* Défilement fluide sur iOS */
}
}
.card-title, .detail-title, td {
word-break: break-word; /* Permet de couper les mots trop longs si nécessaire */
hyphens: auto;
}
}