fix(front): bouton police adaptee en bas-gauche (evite la collision panier) (#92)
All checks were successful
CI / secret-scan (push) Successful in 17s
CI / php-lint (push) Successful in 24s
CI / static-tests (push) Successful in 1m0s
CI / js-tests (push) Successful in 31s
CI / secret-scan (pull_request) Successful in 10s
CI / php-lint (pull_request) Successful in 23s
CI / static-tests (pull_request) Successful in 59s
CI / js-tests (pull_request) Successful in 35s

This commit is contained in:
Corentin JOGUET 2026-06-23 10:02:52 +02:00
parent fe5ac06e04
commit 193a15abf7

View file

@ -2206,10 +2206,13 @@ html.dys-font {
}
/* Fixed accessibility control, present on every screen (injected by a11y.js). */
/* Coin bas-gauche : libre du bouton Retour (haut-gauche), du panier (haut-droite)
et du panneau commande sticky (flanc droit). En portrait, le bas reste en zone
de pouce, donc atteignable. */
.a11y-toggle {
position: fixed;
top: var(--space-3);
right: var(--space-3);
bottom: var(--space-3);
left: var(--space-3);
z-index: 1000;
display: inline-flex;
align-items: center;