Bloque le scroll sur la page chrono

This commit is contained in:
2026-04-12 15:31:23 +02:00
parent 351f0bf1fe
commit 938251ad40

View File

@@ -1114,6 +1114,11 @@ textarea:focus {
overflow-y: auto;
}
body[data-page="chrono"].phase-body {
overflow: hidden;
overscroll-behavior: none;
}
.setup-shell,
.phase-shell,
.rules-shell {