Skip to content

Commit f604114

Browse files
📏 Correction d'une régression sur la hauteur de la fiche acteur sur une carte sur mesure (#1559)
J'ai fait n'importe quoi.
1 parent 9c23d5c commit f604114

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎static/to_compile/entrypoints/qfdmo.css‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ Style the autocomplete container:
9191
}
9292

9393
:root[data-legend-hidden] {
94-
--header-height: 0;
94+
@media (max-width: 768px) {
95+
--header-height: 72px;
96+
}
9597
}
9698

9799
:root[data-formulaire] {

0 commit comments

Comments
 (0)