Intégration du graphe et du multi-branche pour la partie campagne

This commit is contained in:
2026-04-21 05:05:11 +02:00
parent 1a5b6f8d79
commit 67818f0d3d
31 changed files with 1933 additions and 13 deletions

View File

@@ -2,7 +2,9 @@
background: #1f2937;
border: 1px solid #374151;
border-radius: 8px;
overflow: hidden;
// Pas de overflow: hidden : les dropdowns en position absolute (ex. LoreLinkPicker)
// doivent pouvoir deborder du conteneur. Le padding interne evite tout debordement
// visuel des coins arrondis en rendu normal.
&.private {
border-color: #7f1d1d;