From 62ac188c185275cd4ed7e89cfe815723fac3e69f Mon Sep 17 00:00:00 2001 From: Christophe Date: Sun, 12 Apr 2026 17:39:53 +0200 Subject: [PATCH] =?UTF-8?q?Restaure=20le=20plein=20=C3=A9cran=20du=20chron?= =?UTF-8?q?o=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/styles.css b/styles.css index ce43dc1..49073b5 100644 --- a/styles.css +++ b/styles.css @@ -1994,9 +1994,8 @@ textarea:focus { @media (max-width: 900px) { body[data-page="chrono"].phase-body { - overflow-y: auto; - overflow-x: hidden; - overscroll-behavior-y: none; + overflow: hidden; + overscroll-behavior: none; } body[data-page="chrono"] .phase-header { @@ -2018,8 +2017,8 @@ textarea:focus { body[data-page="chrono"] .phase-shell { min-height: 100svh; - height: auto; - max-height: none; + height: 100svh; + max-height: 100svh; gap: 0.35rem; padding: calc(var(--phase-top-offset) + 0.55rem) @@ -2100,12 +2099,10 @@ textarea:focus { @supports (-webkit-touch-callout: none) { @media (max-width: 900px) { - body[data-page="chrono"].phase-body { - min-height: -webkit-fill-available; - } - body[data-page="chrono"] .phase-shell { min-height: -webkit-fill-available; + height: -webkit-fill-available; + max-height: -webkit-fill-available; } } }